Skip to content

Commit

Permalink
MACOSX_DEPLOYMENT_TARGET
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jul 2, 2024
1 parent 83793d1 commit 3efe49e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.3;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.ellavandurpe.blocknotes;
Expand Down Expand Up @@ -411,6 +412,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.ellavandurpe.blocknotes;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 3efe49e

Please sign in to comment.