File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ echo 'Downloading StandardAssets-2017.2.0f3.pkg:'
10
10
curl --retry 5 -o Unity_StandardAssets.pkg https://download.unity3d.com/download_unity/a9f86dcd79df/MacStandardAssetsInstaller/StandardAssets-2017.3.0f3.pkg
11
11
if [ $? -ne 0 ]; then { echo " Unity StandardAssets Download failed" ; exit $? ; } fi
12
12
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
-
17
13
# Install
18
14
echo ' Installing Unity.pkg'
19
15
sudo installer -dumplog -package Unity.pkg -target /
@@ -31,7 +27,4 @@ echo === Done ===
31
27
echo ' Installing StandardAssets-2017.2.0f3.pkg'
32
28
sudo installer -dumplog -package Unity_StandardAssets.pkg -target /
33
29
34
- echo ' Installing Unity_iOS.pkg'
35
- sudo installer -dumplog -package Unity_iOS.pkg -target /
36
-
37
30
You can’t perform that action at this time.
0 commit comments