@@ -11,7 +11,7 @@ export OPTIONS="production=yes use_lto=no"
11
11
export OPTIONS_MONO=" module_mono_enabled=yes"
12
12
export TERM=xterm
13
13
14
- export IOS_SDK=" 16.1 "
14
+ export IOS_SDK=" 17.0 "
15
15
export IOS_LIPO=" /root/ioscross/arm64/bin/arm-apple-darwin11-lipo"
16
16
17
17
rm -rf godot
@@ -21,8 +21,6 @@ tar xf /root/godot.tar.gz --strip-components=1
21
21
22
22
# Classical
23
23
24
- dnf -y install gettext
25
-
26
24
if [ " ${CLASSICAL} " == " 1" ]; then
27
25
echo " Starting classical build for iOS..."
28
26
@@ -36,15 +34,15 @@ if [ "${CLASSICAL}" == "1" ]; then
36
34
# Disabled for now as it doesn't work with cctools-port and current LLVM.
37
35
# See https://github.com/godotengine/build-containers/pull/85.
38
36
# $SCONS platform=ios $OPTIONS arch=arm64 ios_simulator=yes target=template_debug \
39
- # IOS_SDK_PATH="/root/ioscross/arm64_sim/SDK/iPhoneOS ${IOS_SDK}.sdk" IOS_TOOLCHAIN_PATH="/root/ioscross/arm64_sim/" ios_triple="arm-apple-darwin11-"
40
- # $SCONS platform=ios $OPTIONS arch=arm64 ios_simulator=no target=template_release \
41
- # IOS_SDK_PATH="/root/ioscross/arm64_sim/SDK/iPhoneOS ${IOS_SDK}.sdk" IOS_TOOLCHAIN_PATH="/root/ioscross/arm64_sim/" ios_triple="arm-apple-darwin11-"
37
+ # IOS_SDK_PATH="/root/ioscross/arm64_sim/SDK/iPhoneSimulator ${IOS_SDK}.sdk" IOS_TOOLCHAIN_PATH="/root/ioscross/arm64_sim/" ios_triple="arm-apple-darwin11-"
38
+ # $SCONS platform=ios $OPTIONS arch=arm64 ios_simulator=yes target=template_release \
39
+ # IOS_SDK_PATH="/root/ioscross/arm64_sim/SDK/iPhoneSimulator ${IOS_SDK}.sdk" IOS_TOOLCHAIN_PATH="/root/ioscross/arm64_sim/" ios_triple="arm-apple-darwin11-"
42
40
43
41
# x86_64 simulator
44
42
$SCONS platform=ios $OPTIONS arch=x86_64 ios_simulator=yes target=template_debug \
45
- IOS_SDK_PATH=" /root/ioscross/x86_64_sim/SDK/iPhoneOS ${IOS_SDK} .sdk" IOS_TOOLCHAIN_PATH=" /root/ioscross/x86_64_sim/" ios_triple=" x86_64-apple-darwin11-"
43
+ IOS_SDK_PATH=" /root/ioscross/x86_64_sim/SDK/iPhoneSimulator ${IOS_SDK} .sdk" IOS_TOOLCHAIN_PATH=" /root/ioscross/x86_64_sim/" ios_triple=" x86_64-apple-darwin11-"
46
44
$SCONS platform=ios $OPTIONS arch=x86_64 ios_simulator=yes target=template_release \
47
- IOS_SDK_PATH=" /root/ioscross/x86_64_sim/SDK/iPhoneOS ${IOS_SDK} .sdk" IOS_TOOLCHAIN_PATH=" /root/ioscross/x86_64_sim/" ios_triple=" x86_64-apple-darwin11-"
45
+ IOS_SDK_PATH=" /root/ioscross/x86_64_sim/SDK/iPhoneSimulator ${IOS_SDK} .sdk" IOS_TOOLCHAIN_PATH=" /root/ioscross/x86_64_sim/" ios_triple=" x86_64-apple-darwin11-"
48
46
49
47
mkdir -p /root/out/templates
50
48
cp bin/libgodot.ios.template_release.arm64.a /root/out/templates/libgodot.ios.a
@@ -72,15 +70,15 @@ if [ "${MONO}" == "1" ]; then
72
70
# Disabled for now as it doesn't work with cctools-port and current LLVM.
73
71
# See https://github.com/godotengine/build-containers/pull/85.
74
72
# $SCONS platform=ios $OPTIONS $OPTIONS_MONO arch=arm64 ios_simulator=yes target=template_debug \
75
- # IOS_SDK_PATH="/root/ioscross/arm64_sim/SDK/iPhoneOS ${IOS_SDK}.sdk" IOS_TOOLCHAIN_PATH="/root/ioscross/arm64_sim/" ios_triple="arm-apple-darwin11-"
73
+ # IOS_SDK_PATH="/root/ioscross/arm64_sim/SDK/iPhoneSimulator ${IOS_SDK}.sdk" IOS_TOOLCHAIN_PATH="/root/ioscross/arm64_sim/" ios_triple="arm-apple-darwin11-"
76
74
# $SCONS platform=ios $OPTIONS $OPTIONS_MONO arch=arm64 ios_simulator=yes target=template_release \
77
- # IOS_SDK_PATH="/root/ioscross/arm64_sim/SDK/iPhoneOS ${IOS_SDK}.sdk" IOS_TOOLCHAIN_PATH="/root/ioscross/arm64_sim/" ios_triple="arm-apple-darwin11-"
75
+ # IOS_SDK_PATH="/root/ioscross/arm64_sim/SDK/iPhoneSimulator ${IOS_SDK}.sdk" IOS_TOOLCHAIN_PATH="/root/ioscross/arm64_sim/" ios_triple="arm-apple-darwin11-"
78
76
79
77
# x86_64 simulator
80
78
$SCONS platform=ios $OPTIONS $OPTIONS_MONO arch=x86_64 ios_simulator=yes target=template_debug \
81
- IOS_SDK_PATH=" /root/ioscross/x86_64_sim/SDK/iPhoneOS ${IOS_SDK} .sdk" IOS_TOOLCHAIN_PATH=" /root/ioscross/x86_64_sim/" ios_triple=" x86_64-apple-darwin11-"
79
+ IOS_SDK_PATH=" /root/ioscross/x86_64_sim/SDK/iPhoneSimulator ${IOS_SDK} .sdk" IOS_TOOLCHAIN_PATH=" /root/ioscross/x86_64_sim/" ios_triple=" x86_64-apple-darwin11-"
82
80
$SCONS platform=ios $OPTIONS $OPTIONS_MONO arch=x86_64 ios_simulator=yes target=template_release \
83
- IOS_SDK_PATH=" /root/ioscross/x86_64_sim/SDK/iPhoneOS ${IOS_SDK} .sdk" IOS_TOOLCHAIN_PATH=" /root/ioscross/x86_64_sim/" ios_triple=" x86_64-apple-darwin11-"
81
+ IOS_SDK_PATH=" /root/ioscross/x86_64_sim/SDK/iPhoneSimulator ${IOS_SDK} .sdk" IOS_TOOLCHAIN_PATH=" /root/ioscross/x86_64_sim/" ios_triple=" x86_64-apple-darwin11-"
84
82
85
83
mkdir -p /root/out/templates-mono
86
84
0 commit comments