Skip to content

Commit

Permalink
Upgrade macOSX Deployment target
Browse files Browse the repository at this point in the history
C++20 features are supported starting from MacOS 13.3.
  • Loading branch information
tobiolo committed Sep 22, 2024
1 parent 8c9a02f commit 4174399
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions osx/TreeSheets/TreeSheets.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
../../lobster/include,
);
LIBRARY_SEARCH_PATHS = "";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MACOSX_DEPLOYMENT_TARGET = 13.3;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
USER_HEADER_SEARCH_PATHS = "../../lobster/src ../../lobster/include ../../lobster/external/libtcc";
Expand Down Expand Up @@ -503,7 +503,7 @@
../../lobster/include,
);
LIBRARY_SEARCH_PATHS = "";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MACOSX_DEPLOYMENT_TARGET = 13.3;
ONLY_ACTIVE_ARCH = NO;
SDKROOT = macosx;
USER_HEADER_SEARCH_PATHS = "../../lobster/src ../../lobster/include ../../lobster/external/libtcc";
Expand Down Expand Up @@ -540,7 +540,7 @@
"/usr/local/include/wx-3.3",
);
INFOPLIST_FILE = "TreeSheets/TreeSheets-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MACOSX_DEPLOYMENT_TARGET = 13.3;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "";
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
Expand Down Expand Up @@ -601,7 +601,7 @@
"/usr/local/include/wx-3.3",
);
INFOPLIST_FILE = "TreeSheets/TreeSheets-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MACOSX_DEPLOYMENT_TARGET = 13.3;
OTHER_CFLAGS = "";
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
OTHER_LDFLAGS = (
Expand Down

0 comments on commit 4174399

Please sign in to comment.