Skip to content

Instantly share code, notes, and snippets.

@zippy1978
Last active December 4, 2019 15:35
Show Gist options
  • Save zippy1978/16662e02d30bdab7093e3761d8f9fbb0 to your computer and use it in GitHub Desktop.
Save zippy1978/16662e02d30bdab7093e3761d8f9fbb0 to your computer and use it in GitHub Desktop.
Sample xcodebuild test command
xcodebuild \
-workspace MyAwesomeApp.xcworkspace \
-scheme MyAwesomeApp \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 6,OS=8.1' \
test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment