Skip to content

Commit

Permalink
version jumo
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Toth authored and Milan Toth committed Oct 9, 2019
1 parent 726d6b9 commit 89cc527
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MacMediaKeyForwarder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@
INFOPLIST_FILE = MacMediaKeyForwarder/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 3.0;
PRODUCT_BUNDLE_IDENTIFIER = com.milgra.hsmke;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -406,6 +407,7 @@
INFOPLIST_FILE = MacMediaKeyForwarder/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 3.0;
PRODUCT_BUNDLE_IDENTIFIER = com.milgra.hsmke;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion MacMediaKeyForwarder/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.8</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,16 @@ You can do this with these steps:
* Alex ([@sashoism](https://github.com/sashoism))
* Sebastiaan Pasma ([@spasma](https://github.com/spasma))
* WiktorBuczko ([@WiktorBuczko](https://github.com/WiktorBuczko))
* Andy White ([@arcwhite](https://github.com/arcwhite))
* xjbeta ([@xjbeta](https://github.com/xjbeta))

Thank you!!!

---

*What's new in version 3.0 :*
- Catalina compatibility

This comment has been minimized.

Copy link
@jpinnix

jpinnix Oct 29, 2019

In what way is this compatible with Catalina? Does it support Apple Music instead of iTunes?


*What's new in version 2.8 :*
- Polish localization
- Fixed broken Japanese, Finnish, Dutch localization
Expand Down

0 comments on commit 89cc527

Please sign in to comment.