Skip to content

Instantly share code, notes, and snippets.

@bacongravy
Created June 14, 2020 23:12
Show Gist options
  • Save bacongravy/ca8e811632e087ce5e4431693538dfd9 to your computer and use it in GitHub Desktop.
Save bacongravy/ca8e811632e087ce5e4431693538dfd9 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -euo pipefail
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
echo "$PROVISIONING_PROFILE_DATA" | base64 --decode > ~/Library/MobileDevice/Provisioning\ Profiles/profile.mobileprovision
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment