Skip to content

Commit

Permalink
Update app store target to version number to 1.0b7, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmhouston committed Dec 12, 2024
1 parent ea568d0 commit 5a96632
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Batch Clipboard Changelog

## version 1.0b7 (2024-12-12)

- App Store build no longer shows link to the privacy policy in the purchase window, only the standard store EULA link is relevant there.
- App Store build adds button to the Intro widow that opens the standard store EULA.
- App Store build adds additional links to the About box to open the privacy policy and the standard store EULA.

## version 1.0b6 (2024-12-10)

- Minor edits to section that brags about open source in the Intro widow.
Expand Down
4 changes: 2 additions & 2 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2184,7 +2184,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.0b6;
MARKETING_VERSION = 1.0b7;
PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.batchclip;
PRODUCT_NAME = "Batch Clipboard";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2220,7 +2220,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.0b6;
MARKETING_VERSION = 1.0b7;
PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.batchclip;
PRODUCT_NAME = "Batch Clipboard";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 5a96632

Please sign in to comment.