Skip to content

Instantly share code, notes, and snippets.

@demonnico
Last active August 29, 2015 14:02
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 demonnico/2a915a684d59299f3f9a to your computer and use it in GitHub Desktop.
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.
/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