Skip to content

Commit

Permalink
fix: Deplyoment target is now 10.13 for the command line tool (requir…
Browse files Browse the repository at this point in the history
…ed for std::visit).
  • Loading branch information
macmade committed Mar 7, 2024
1 parent 0da9e94 commit b33f6ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macho.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,7 @@
055C8E66245DC6570099DFF8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = "com.xs-labs.macho";
"PRODUCT_BUNDLE_IDENTIFIER[sdk=macosx*]" = "com.xs-labs.macho";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -953,6 +954,7 @@
055C8E67245DC6570099DFF8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = "com.xs-labs.macho";
"PRODUCT_BUNDLE_IDENTIFIER[sdk=macosx*]" = "com.xs-labs.macho";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit b33f6ff

Please sign in to comment.