Skip to content

Commit 8d56589

Browse files
committed
Remove iOS support
1 parent 1fc694c commit 8d56589

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

TravisScripts/install.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ echo 'Downloading StandardAssets-2017.2.0f3.pkg:'
1010
curl --retry 5 -o Unity_StandardAssets.pkg https://download.unity3d.com/download_unity/a9f86dcd79df/MacStandardAssetsInstaller/StandardAssets-2017.3.0f3.pkg
1111
if [ $? -ne 0 ]; then { echo "Unity StandardAssets Download failed"; exit $?; } fi
1212

13-
echo 'Downloading iOS build support:'
14-
curl --retry 5 -o Unity_iOS.pkg https://beta.unity3d.com/download/a9f86dcd79df/MacEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-2017.3.0f3.pkg
15-
if [ $? -ne 0 ]; then { echo "iOS Download failed"; exit $?; } fi
16-
1713
# Install
1814
echo 'Installing Unity.pkg'
1915
sudo installer -dumplog -package Unity.pkg -target /
@@ -31,7 +27,4 @@ echo === Done ===
3127
echo 'Installing StandardAssets-2017.2.0f3.pkg'
3228
sudo installer -dumplog -package Unity_StandardAssets.pkg -target /
3329

34-
echo 'Installing Unity_iOS.pkg'
35-
sudo installer -dumplog -package Unity_iOS.pkg -target /
36-
3730

0 commit comments

Comments
 (0)