Created
July 28, 2019 22:28
-
-
Save brentkastner/dc807fb0703cfcb01f8676c27563ed49 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
- 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