Skip to content
forked from hunk/get-UDID

script for obtain UDID from iOS device (mobileconfig)

Notifications You must be signed in to change notification settings

nduykhanh/get-UDID

 
 

Repository files navigation

Check in terminal for certificates which can be used to sign the profile by using below command.

security find-identity -v -p codesigning

Then use below command to sign the profile.

/usr/bin/security cms -S -N "[Signing Certificate]" -i "[input]" -o "[output]"
security cms -S -N "iPhone Distribution: Thanh Bui Phan Cong (LKTAD7VQJ4)" -i enroll.mobileconfig -o sign.mobileconfig

EG: - /usr/bin/security cms -S -N "signing certificate(generally developer id)" -i 'path of unsigned profile' -o 'path of copy of unsigned profile'

About

script for obtain UDID from iOS device (mobileconfig)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 84.9%
  • HTML 15.1%