Skip to content

Instantly share code, notes, and snippets.

@glesage
Last active August 29, 2015 14:19
Show Gist options
  • Save glesage/c802c117d961d70bf257 to your computer and use it in GitHub Desktop.
Save glesage/c802c117d961d70bf257 to your computer and use it in GitHub Desktop.
Script difference
#### 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