Skip to content

Instantly share code, notes, and snippets.

@dennycd
Created July 6, 2013 00:23
Show Gist options
  • Save dennycd/5938006 to your computer and use it in GitHub Desktop.
Save dennycd/5938006 to your computer and use it in GitHub Desktop.
xcode test from command line
xcodebuild test
-scheme MyLibrary
-destination 'platform=OS X, arch=x86_64'
-destination 'platform=iOS,name=My Development iPod Touch'
-destination 'platform=iOS Simulator, name=iPhone,OS=6.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment