Skip to content

Instantly share code, notes, and snippets.

@jedi4ever
Created November 3, 2016 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedi4ever/e2e621a4f3f22a8b9f591e398e1e1881 to your computer and use it in GitHub Desktop.
Save jedi4ever/e2e621a4f3f22a8b9f591e398e1e1881 to your computer and use it in GitHub Desktop.
activate fabric from the CLI
fabric-activate: clean simulator-build
-xcrun simctl terminate 6A6D30C8-AA08-4A55-A95A-0D5983AE33B2 $(BUNDLE_ID)
-xcrun simctl shutdown 6A6D30C8-AA08-4A55-A95A-0D5983AE33B2
-xcrun simctl erase 6A6D30C8-AA08-4A55-A95A-0D5983AE33B2
-xcrun simctl boot 6A6D30C8-AA08-4A55-A95A-0D5983AE33B2
-xcrun simctl install 6A6D30C8-AA08-4A55-A95A-0D5983AE33B2 $(XCODE_APP_FILE)
-xcrun simctl launch 6A6D30C8-AA08-4A55-A95A-0D5983AE33B2 $(BUNDLE_ID)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment