Last active
August 29, 2015 14:02
-
-
Save demonnico/2a915a684d59299f3f9a to your computer and use it in GitHub Desktop.
After get device's udid by udid.mobileconfig, we'd add device to profile by these steps.
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
/usr/libexec/PlistBuddy -c Print:UDID udid.plist | |
ios devices:add "name"=udid | |
ios profiles:devices:add profilename "name"=udid | |
rm -f profilename.mobileprovision | |
ios profiles:download profilename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment