Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save macmule/4c97778178c9d441def6e01a0d573767 to your computer and use it in GitHub Desktop.

Select an option

Save macmule/4c97778178c9d441def6e01a0d573767 to your computer and use it in GitHub Desktop.
#!/bin/bash
####################################################################################################
#
# License: https://macmule.com/license/
#
####################################################################################################
if [ -n "$(/usr/bin/profiles list -type provisioning | /usr/bin/grep c9434bc1-de69-4727-85f7-4868f80feed6)" ]
then
/bin/echo "iMovie_27_Sep provisioning profile found, removing..."
/usr/bin/profiles remove -type provisioning -uuid c9434bc1-de69-4727-85f7-4868f80feed6
/bin/echo "iMovie_27_Sep provisioning profile removed..."
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment