Update 'hub.ios.install.sh'

This commit is contained in:
AJ ONeal 2018-06-01 05:05:31 +00:00
parent 6911f5f3a9
commit 2348081677
1 changed files with 11 additions and 5 deletions

View File

@ -22,6 +22,7 @@ echo ""
echo "Now we're downloading the Hub App code" echo "Now we're downloading the Hub App code"
echo "(may ask for git password)" echo "(may ask for git password)"
echo "" echo ""
set -e
mkdir -p ~/git.ppl.family/ppl mkdir -p ~/git.ppl.family/ppl
pushd ~/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 "(this may take 20 minutes to initialize the first time)"
echo "" echo ""
# ~/git.ppl.family/ppl/ppl.ios # ~/git.ppl.family/ppl/ppl.ios
pods install # WARNING: The base pod system is ~550MiB!! pod install # WARNING: The base pod system is ~550MiB!!
# This may take a while (maybe 20 minutes download + install) # This may take a while (maybe 20 minutes download + install)
echo "" echo ""
echo "Now we're gonna open the code folder for you..."
open ./
sleep 2
echo "" echo ""
echo "#####################" echo "#####################"
echo "# LISTEN CAREFULLY #" echo "# LISTEN CAREFULLY #"
@ -51,6 +50,13 @@ echo "2. Go to XCode > Preferences > Accounts"
echo "3. Sign in with your iTunes account" 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 "4. You should see your name under Team. Double click that and click the + to add a Development Certificate for your local machine."
echo "" 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 "5. Open SyncApp.xcodeproj"
echo "6. Change the TEAM SETTINGS to your iTunes account" echo "6. Change the TEAM SETTINGS to your iTunes account"
echo "7. Change the PROJECT ID to com.example.SyncApp" echo "7. Change the PROJECT ID to com.example.SyncApp"