From 15810984ed64adf5adb0aeb2ba5664fcb589033f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 20 Jun 2024 10:06:58 +0200 Subject: [PATCH] macOS/iOS: Update SDK versions to Xcode 15.4 Following merge of https://github.com/godotengine/build-containers/pull/141. --- build-ios/build.sh | 2 +- build-macos/build.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-ios/build.sh b/build-ios/build.sh index b2f352a..09129d6 100755 --- a/build-ios/build.sh +++ b/build-ios/build.sh @@ -11,7 +11,7 @@ export OPTIONS="production=yes use_lto=no" export OPTIONS_MONO="module_mono_enabled=yes" export TERM=xterm -export IOS_SDK="17.2" +export IOS_SDK="17.5" export IOS_LIPO="/root/ioscross/arm64/bin/arm-apple-darwin11-lipo" rm -rf godot diff --git a/build-macos/build.sh b/build-macos/build.sh index 71bc3f3..843276b 100755 --- a/build-macos/build.sh +++ b/build-macos/build.sh @@ -5,9 +5,9 @@ set -e # Config export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no" -export OPTIONS="osxcross_sdk=darwin23.3 production=yes use_volk=no vulkan_sdk_path=/root/moltenvk angle_libs=/root/angle" +export OPTIONS="osxcross_sdk=darwin23.6 production=yes use_volk=no vulkan_sdk_path=/root/moltenvk angle_libs=/root/angle" export OPTIONS_MONO="module_mono_enabled=yes" -export STRIP="x86_64-apple-darwin23.3-strip -u -r" +export STRIP="x86_64-apple-darwin23.6-strip -u -r" export TERM=xterm rm -rf godot