Skip to content

Instantly share code, notes, and snippets.

@ggarber
Created April 19, 2017 21:56
Show Gist options
  • Save ggarber/347d113c71ddfe727ec64c739e69229e to your computer and use it in GitHub Desktop.
Save ggarber/347d113c71ddfe727ec64c739e69229e to your computer and use it in GitHub Desktop.
ios/build.sh
#!/bin/bash
xcodebuild build -workspace ./project.xcworkspace -scheme 'MyLibrary' -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment