Skip to content

Commit

Permalink
Set min deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Jul 15, 2022
1 parent 5a3d419 commit fb79ba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions soh/soh.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6914,6 +6914,7 @@
ARCHS = arm64;
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
GCC_OPTIMIZATION_LEVEL = 2;
MACOSX_DEPLOYMENT_TARGET = 10.15;
SDKROOT = macosx;
SYMROOT = "$(SRCROOT)/build";
};
Expand Down Expand Up @@ -7073,6 +7074,7 @@
ARCHS = arm64;
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
GCC_OPTIMIZATION_LEVEL = 0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
SDKROOT = macosx;
SYMROOT = "$(SRCROOT)/build";
};
Expand Down

0 comments on commit fb79ba0

Please sign in to comment.