Skip to content

Commit

Permalink
fix: fix deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoraa committed Jan 22, 2022
1 parent 23762ee commit ecbe2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Moc.xcodeproj/project.pbxproj
Expand Up @@ -671,7 +671,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.1;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.1.0;
PRODUCT_BUNDLE_IDENTIFIER = dev.ggoraa.Moc;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -701,7 +701,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.1;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.1.0;
PRODUCT_BUNDLE_IDENTIFIER = dev.ggoraa.Moc;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit ecbe2c1

Please sign in to comment.