drnic / choctop

Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it’s like Hoe but for Cocoa apps.
http://drnic.github.com/choctop
155 stars 29 forks source link

xcodebuild default target #8

Open sos4nt opened 14 years ago

sos4nt commented 14 years ago

I've changed the call to xcodebuild to omit the target argument when no target is given rather than passing the app's name as the default target. By default, xcodebuild builds the first target listed in the project.

sos4nt commented 13 years ago

The changed files included Gemfile.lock accidentally. I've updated the commit to reflect the actual changes.