Skip to content

Commit

Permalink
Update project.pbxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeweigt committed Jun 17, 2024
1 parent 38ea1f6 commit 6ce5a22
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions xcode/Eigenmath.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 1530;
LastUpgradeCheck = 1540;
TargetAttributes = {
7F2C0608271CFF3300128330 = {
CreatedOnToolsVersion = 12.4;
Expand Down Expand Up @@ -320,15 +320,16 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = src/Eigenmath.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 326;
CURRENT_PROJECT_VERSION = 327;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = D273D35927;
ENABLE_HARDENED_RUNTIME = YES;
GCC_OPTIMIZATION_LEVEL = 0;
INFOPLIST_FILE = src/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Eigenmath;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 3.26;
MARKETING_VERSION = 3.27;
PRODUCT_BUNDLE_IDENTIFIER = eigenmath;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -341,15 +342,16 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = src/Eigenmath.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 326;
CURRENT_PROJECT_VERSION = 327;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = D273D35927;
ENABLE_HARDENED_RUNTIME = YES;
GCC_OPTIMIZATION_LEVEL = 0;
INFOPLIST_FILE = src/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Eigenmath;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 3.26;
MARKETING_VERSION = 3.27;
PRODUCT_BUNDLE_IDENTIFIER = eigenmath;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 6ce5a22

Please sign in to comment.