diff --git a/hub.ios.install.sh b/hub.ios.install.sh index 690b68c..076d02c 100644 --- a/hub.ios.install.sh +++ b/hub.ios.install.sh @@ -22,6 +22,7 @@ echo "" echo "Now we're downloading the Hub App code" echo "(may ask for git password)" echo "" +set -e mkdir -p ~/git.ppl.family/ppl pushd ~/git.ppl.family/ppl/ @@ -35,12 +36,10 @@ echo "Now installing cocoapods for app" echo "(this may take 20 minutes to initialize the first time)" echo "" # ~/git.ppl.family/ppl/ppl.ios - pods install # WARNING: The base pod system is ~550MiB!! - # This may take a while (maybe 20 minutes download + install) + pod install # WARNING: The base pod system is ~550MiB!! + # This may take a while (maybe 20 minutes download + install) + echo "" -echo "Now we're gonna open the code folder for you..." - open ./ -sleep 2 echo "" echo "#####################" echo "# LISTEN CAREFULLY #" @@ -51,6 +50,13 @@ echo "2. Go to XCode > Preferences > Accounts" echo "3. Sign in with your iTunes account" echo "4. You should see your name under Team. Double click that and click the + to add a Development Certificate for your local machine." echo "" +read -p "Press [enter] once you've got that done" my_ignore +echo "" +echo "" +echo "Now we're gonna open the code folder for you..." + open ./ +sleep 2 +echo "" echo "5. Open SyncApp.xcodeproj" echo "6. Change the TEAM SETTINGS to your iTunes account" echo "7. Change the PROJECT ID to com.example.SyncApp"