Created
November 24, 2021 22:12
-
-
Save macmule/4c97778178c9d441def6e01a0d573767 to your computer and use it in GitHub Desktop.
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
| #!/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