Last active
August 29, 2015 14:19
-
-
Save glesage/c802c117d961d70bf257 to your computer and use it in GitHub Desktop.
Script difference
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
#### Script 1 #### | |
mkdir -p "~/Library/MobileDevice/Provisioning Profiles" | |
cp profiles/* "~/Library/MobileDevice/Provisioning Profiles/" | |
whoami --> distiller | |
ls -al "~/Library/MobileDevice/Provisioning Profiles" --> -rw-r--r-- 1 distiller staff 9854 Apr 23 13:29 db11a47d-1999-4704-9e07-bf7e852e00c6.mobileprovision | |
whoami --> distiller | |
ls -al "~/Library/MobileDevice/Provisioning Profiles" --> -rw-r--r-- 1 distiller staff 9854 Apr 23 13:29 db11a47d-1999-4704-9e07-bf7e852e00c6.mobileprovision | |
#### script 2 #### | |
mkdir -p "~/Library/MobileDevice/Provisioning Profiles" | |
cp profiles/* "~/Library/MobileDevice/Provisioning Profiles/" | |
whoami --> distiller | |
ls -al "~/Library/MobileDevice/Provisioning Profiles" --> -rw-r--r-- 1 distiller staff 9854 Apr 23 13:29 db11a47d-1999-4704-9e07-bf7e852e00c6.mobileprovision | |
cd "Starchup White Label" //(the app directory) | |
whoami --> distiller | |
ls -al "~/Library/MobileDevice/Provisioning Profiles" --> ls: ~/Library/MobileDevice/Provisioning Profiles: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment