Created
June 18, 2020 02:36
-
-
Save goodjun/ddbc19bf23130f7bcc94bc3b9bfeb567 to your computer and use it in GitHub Desktop.
Command install iOS provisioning
This file contains hidden or 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
| uuid=`grep UUID -A1 -a TestApp.mobileprovision | grep -io "[-A-F0-9]\{36\}"` | |
| cp TestApp.mobileprovision ~/Library/MobileDevice/Provisioning\ Profiles/$uuid.mobileprovision |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment