File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
MacMediaKeyForwarder.xcodeproj Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 388388 INFOPLIST_FILE = MacMediaKeyForwarder/Info.plist;
389389 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
390390 MACOSX_DEPLOYMENT_TARGET = 10.12;
391+ MARKETING_VERSION = 3.0;
391392 PRODUCT_BUNDLE_IDENTIFIER = com.milgra.hsmke;
392393 PRODUCT_NAME = "$(TARGET_NAME)";
393394 PROVISIONING_PROFILE_SPECIFIER = "";
406407 INFOPLIST_FILE = MacMediaKeyForwarder/Info.plist;
407408 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
408409 MACOSX_DEPLOYMENT_TARGET = 10.12;
410+ MARKETING_VERSION = 3.0;
409411 PRODUCT_BUNDLE_IDENTIFIER = com.milgra.hsmke;
410412 PRODUCT_NAME = "$(TARGET_NAME)";
411413 PROVISIONING_PROFILE_SPECIFIER = "";
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.8 </string >
18+ <string >$(MARKETING_VERSION) </string >
1919 <key >CFBundleVersion </key >
2020 <string >1 </string >
2121 <key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change @@ -67,11 +67,16 @@ You can do this with these steps:
6767* Alex ([ @sashoism ] ( https://github.com/sashoism ) )
6868* Sebastiaan Pasma ([ @spasma ] ( https://github.com/spasma ) )
6969* WiktorBuczko ([ @WiktorBuczko ] ( https://github.com/WiktorBuczko ) )
70+ * Andy White ([ @arcwhite ] ( https://github.com/arcwhite ) )
71+ * xjbeta ([ @xjbeta ] ( https://github.com/xjbeta ) )
7072
7173Thank you!!!
7274
7375---
7476
77+ * What's new in version 3.0 :*
78+ - Catalina compatibility
79+
7580* What's new in version 2.8 :*
7681- Polish localization
7782- Fixed broken Japanese, Finnish, Dutch localization
You can’t perform that action at this time.
0 commit comments