Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brentkastner/dc807fb0703cfcb01f8676c27563ed49 to your computer and use it in GitHub Desktop.
Save brentkastner/dc807fb0703cfcb01f8676c27563ed49 to your computer and use it in GitHub Desktop.
- run:
name: make Provisioning Profiles directory
command: mkdir -pv ~/Library/MobileDevice/Provisioning\ Profiles/
- run:
name: Install Provisioning Profiles
context: org-global
command: |
cp ~/repo/provisioningprofiles/* ~/Library/MobileDevice/Provisioning\ Profiles/
sudo chown distiller:staff ~/Library/MobileDevice/Provisioning\ Profiles/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment