Skip to content

Commit ac13ca9

Browse files
committed
The macOS minimum deployment target is now 10.11
Xcode 14.3 does not allow targeting 10.9, the minimum recommended version is 10.13 and the minimum possible version is 10.11. (cherry picked from commit 73b2fae) (cherry picked from commit 51dcc3b)
1 parent 3fae4c5 commit ac13ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Xcode/SDL/SDL.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9558,7 +9558,7 @@
95589558
"@executable_path/Frameworks",
95599559
"@loader_path/Frameworks",
95609560
);
9561-
MACOSX_DEPLOYMENT_TARGET = 10.9;
9561+
MACOSX_DEPLOYMENT_TARGET = 10.11;
95629562
PRODUCT_BUNDLE_IDENTIFIER = org.libsdl.SDL2;
95639563
PRODUCT_NAME = SDL2;
95649564
STRIP_STYLE = "non-global";
@@ -9643,7 +9643,7 @@
96439643
"@executable_path/Frameworks",
96449644
"@loader_path/Frameworks",
96459645
);
9646-
MACOSX_DEPLOYMENT_TARGET = 10.9;
9646+
MACOSX_DEPLOYMENT_TARGET = 10.11;
96479647
ONLY_ACTIVE_ARCH = NO;
96489648
PRODUCT_BUNDLE_IDENTIFIER = org.libsdl.SDL2;
96499649
PRODUCT_NAME = SDL2;

0 commit comments

Comments
 (0)