From 89449ed3fe586fcfc8a8613ad00132701d22a4a1 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Sat, 28 Dec 2024 21:18:25 +0000 Subject: [PATCH] chore(osx): use xcode 16.1 for cirrus --- osx/internal/check_requirements.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osx/internal/check_requirements.sh b/osx/internal/check_requirements.sh index 01e2c17..0e9fc1f 100755 --- a/osx/internal/check_requirements.sh +++ b/osx/internal/check_requirements.sh @@ -17,6 +17,8 @@ elif [[ "$XCODEPATH" == "/Applications/Xcode_15.4.app/Contents/Developer" ]]; th XCODEPATH="$XCODEPATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk" elif [[ "$XCODEPATH" == "/Applications/Xcode_16.0.app/Contents/Developer" ]]; then XCODEPATH="$XCODEPATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk" +elif [[ "$XCODEPATH" == "/Applications/Xcode_16.1.app/Contents/Developer" ]]; then + XCODEPATH="$XCODEPATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk" elif [[ "$XCODEPATH" == "/Applications/Xcode_16.app/Contents/Developer" ]]; then XCODEPATH="$XCODEPATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk" else