Skip to content

Commit

Permalink
Remove iOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
crimsonred committed Feb 7, 2018
1 parent 1fc694c commit 8d56589
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions TravisScripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ echo 'Downloading StandardAssets-2017.2.0f3.pkg:'
curl --retry 5 -o Unity_StandardAssets.pkg https://download.unity3d.com/download_unity/a9f86dcd79df/MacStandardAssetsInstaller/StandardAssets-2017.3.0f3.pkg
if [ $? -ne 0 ]; then { echo "Unity StandardAssets Download failed"; exit $?; } fi

echo 'Downloading iOS build support:'
curl --retry 5 -o Unity_iOS.pkg https://beta.unity3d.com/download/a9f86dcd79df/MacEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-2017.3.0f3.pkg
if [ $? -ne 0 ]; then { echo "iOS Download failed"; exit $?; } fi

# Install
echo 'Installing Unity.pkg'
sudo installer -dumplog -package Unity.pkg -target /
Expand All @@ -31,7 +27,4 @@ echo === Done ===
echo 'Installing StandardAssets-2017.2.0f3.pkg'
sudo installer -dumplog -package Unity_StandardAssets.pkg -target /

echo 'Installing Unity_iOS.pkg'
sudo installer -dumplog -package Unity_iOS.pkg -target /


0 comments on commit 8d56589

Please sign in to comment.