Skip to content

Instantly share code, notes, and snippets.

@andriitishchenko
Created July 30, 2026 14:33
Show Gist options
  • Select an option

  • Save andriitishchenko/4e3178f4e240a41bf06e2c45044b89d2 to your computer and use it in GitHub Desktop.

Select an option

Save andriitishchenko/4e3178f4e240a41bf06e2c45044b89d2 to your computer and use it in GitHub Desktop.
Use full cmd.md
for f in ~/Library/Developer/Xcode/UserData/Provisioning\ Profiles/*.provisionprofile; do [ -f "$f" ] || continue; echo "UUID: $(security cms -D -i "$f" 2>/dev/null | plutil -extract UUID raw -o - -) | Name: $(security cms -D -i "$f" 2>/dev/null | plutil -extract Name raw -o - -)"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment