Skip to content

Commit cdcfcaa

Browse files
committed
Reverting SDK change.
Don't quite understand why that failed.
1 parent 0fc7804 commit cdcfcaa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CCMenu.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@
965965
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
966966
MTL_FAST_MATH = YES;
967967
ONLY_ACTIVE_ARCH = YES;
968-
SDKROOT = macosx15.5;
968+
SDKROOT = macosx;
969969
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
970970
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
971971
UNIT_TEST_BUILD = true;
@@ -1021,7 +1021,7 @@
10211021
MACOSX_DEPLOYMENT_TARGET = 13.0;
10221022
MTL_ENABLE_DEBUG_INFO = NO;
10231023
MTL_FAST_MATH = YES;
1024-
SDKROOT = macosx15.5;
1024+
SDKROOT = macosx;
10251025
SWIFT_COMPILATION_MODE = wholemodule;
10261026
SWIFT_OPTIMIZATION_LEVEL = "-O";
10271027
UNIT_TEST_BUILD = true;
@@ -1307,7 +1307,7 @@
13071307
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
13081308
MTL_FAST_MATH = YES;
13091309
ONLY_ACTIVE_ARCH = YES;
1310-
SDKROOT = macosx15.5;
1310+
SDKROOT = macosx;
13111311
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
13121312
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
13131313
UNIT_TEST_BUILD = true;

0 commit comments

Comments
 (0)