Skip to content

Commit 89cc527

Browse files
Milan TothMilan Toth
authored andcommitted
version jumo
1 parent 726d6b9 commit 89cc527

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

MacMediaKeyForwarder.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@
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 = "";
@@ -406,6 +407,7 @@
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 = "";

MacMediaKeyForwarder/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

7173
Thank 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

0 commit comments

Comments
 (0)