Open sos4nt opened 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.
xcodebuild
target
The changed files included Gemfile.lock accidentally. I've updated the commit to reflect the actual changes.
I've changed the call to
xcodebuild
to omit thetarget
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.