Skip to content

Commit

Permalink
chore: lower minimum target
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStrNik committed Jun 30, 2024
1 parent 4cfae86 commit f1d5697
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DoCkat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSPrincipalClass = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = xyz.alexstrnik.DoCkatPlugin;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -304,6 +305,7 @@
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSPrincipalClass = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = xyz.alexstrnik.DoCkatPlugin;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -463,6 +465,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = xyz.alexstrnik.DoCkat;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -494,6 +497,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = xyz.alexstrnik.DoCkat;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit f1d5697

Please sign in to comment.