Skip to content

Commit

Permalink
The macOS minimum deployment target is now 10.11
Browse files Browse the repository at this point in the history
Xcode 14.3 does not allow targeting 10.9, the minimum recommended version is 10.13 and the minimum possible version is 10.11.
  • Loading branch information
slouken committed May 21, 2023
1 parent 9f360b6 commit 1c43d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xcode/SDL_ttf.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.11;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "org.libsdl.SDL3-ttf";
PRODUCT_NAME = SDL3_ttf;
Expand Down Expand Up @@ -1059,7 +1059,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_BUNDLE_IDENTIFIER = "org.libsdl.SDL3-ttf";
PRODUCT_NAME = SDL3_ttf;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
Expand Down

0 comments on commit 1c43d51

Please sign in to comment.