Skip to content

Instantly share code, notes, and snippets.

@goodjun
Created June 18, 2020 02:36
Show Gist options
  • Select an option

  • Save goodjun/ddbc19bf23130f7bcc94bc3b9bfeb567 to your computer and use it in GitHub Desktop.

Select an option

Save goodjun/ddbc19bf23130f7bcc94bc3b9bfeb567 to your computer and use it in GitHub Desktop.
Command install iOS provisioning
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