Created
February 2, 2018 16:17
-
-
Save DorkNstein/3391de84aeca015dc48ff97edc156b46 to your computer and use it in GitHub Desktop.
How to make ios simulator builds for facebook review
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ditto -ck --sequesterRsrc --keepParent `ls -1 -d -t ~/Library/Developer/Xcode/DerivedData/*/Build/Products/*-iphonesimulator/*.app | head -n 1` path/to/YourApp.zip | |
## https://developers.facebook.com/docs/ios/getting-started/advanced |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment