Skip to content

Commit

Permalink
XCode project file: bump x64 deployment target from 10.9 to 10.11
Browse files Browse the repository at this point in the history
(cherry picked from commit 2c987a4)
  • Loading branch information
sezero authored and alexey-lysiuk committed Nov 27, 2024
1 parent e92a6bd commit eb9d3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MacOSX/QuakeSpasm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,7 @@
"$(SRCROOT)",
"$(SRCROOT)/codecs/lib",
);
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_NAME = "$(TARGET_NAME)";
VALID_ARCHS = x86_64;
WRAPPER_EXTENSION = app;
Expand Down Expand Up @@ -1869,7 +1869,7 @@
"$(SRCROOT)",
"$(SRCROOT)/codecs/lib",
);
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_NAME = "$(TARGET_NAME)";
VALID_ARCHS = x86_64;
WRAPPER_EXTENSION = app;
Expand Down

0 comments on commit eb9d3cf

Please sign in to comment.