Skip to content

Instantly share code, notes, and snippets.

@loganwright
Created October 21, 2015 01:23
Show Gist options
  • Save loganwright/46eb8c72dc21fc2efb23 to your computer and use it in GitHub Desktop.
Save loganwright/46eb8c72dc21fc2efb23 to your computer and use it in GitHub Desktop.
Xcode build lines

Some commands I'm using from xcodebuild for possible future reference. If you don't know what you're doing, this probably isn't a good place to be because I don't either!

xcodebuild -scheme "Bose Connect" -workspace Monet.xcworkspace -configuration Debug clean build test -destination platform='iOS Simulator',name='iPhone 6'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment