Skip to content

Commit

Permalink
Fix minimum macOS version, change version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCUB3 committed Jun 22, 2023
1 parent 8a7d502 commit 451ab93
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
8 changes: 4 additions & 4 deletions About This Hack.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.8.0;
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 0.8.1;
PRODUCT_BUNDLE_IDENTIFIER = "ga.0xCUBE.About-This-Hack";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -396,8 +396,8 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.8.0;
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 0.8.1;
PRODUCT_BUNDLE_IDENTIFIER = "ga.0xCUBE.About-This-Hack";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion About This Hack/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>0.8.0</string>
<string>0.8.1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Loading

0 comments on commit 451ab93

Please sign in to comment.