Skip to content

Commit

Permalink
fix: plist modifier deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
suphon-t committed Jan 12, 2024
1 parent 0b6207b commit 24f9e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DotLocal.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
MACOSX_DEPLOYMENT_TARGET = 14.2;
MACOSX_DEPLOYMENT_TARGET = 13.0;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
Expand All @@ -1072,7 +1072,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
MACOSX_DEPLOYMENT_TARGET = 14.2;
MACOSX_DEPLOYMENT_TARGET = 13.0;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
Expand Down

0 comments on commit 24f9e88

Please sign in to comment.