Skip to content

Commit

Permalink
Bump version to 2.0.16 (27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoynel committed Jan 2, 2023
1 parent 8873f2f commit 8c2f1c7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Minimal, easy to use macOS application that uses the Notification Center to disp
**Website:** https://www.tunes-notifier.com

**Contact:** Jules Coynel (jules@56north.co)


<img src="screenshots/menu-light.jpg" width="200">
<img src="screenshots/notification-light.jpg" width="200">
<img src="screenshots/menu-dark.jpg" width="200">
Expand All @@ -31,9 +31,12 @@ Note: AirPlay 2 speakers are not affected by this issue.

History
--------------
- **Version 2.0.16** (Submitted to Apple: 02/01/23)
- Recompile for macOS 13

- **Version 2.0.15** (Submitted to Apple: 04/01/22)
- Recompile for macOS 12


- **Version 2.0.14** (Submitted to Apple: 14/04/21)
- New app icon for macOS Big Sur

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,13 +295,13 @@
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 26;
CURRENT_PROJECT_VERSION = 27;
DEAD_CODE_STRIPPING = YES;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Tunes Notifier Helper/Tunes Notifier Helper-Prefix.pch";
INFOPLIST_FILE = "$(SRCROOT)/Tunes Notifier Helper/Tunes Notifier Helper-Info.plist";
MARKETING_VERSION = 2.0.15;
MARKETING_VERSION = 2.0.16;
PRODUCT_BUNDLE_IDENTIFIER = "com.julescoynel.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "Tunes Notifier Helper";
SKIP_INSTALL = YES;
Expand All @@ -317,13 +317,13 @@
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 26;
CURRENT_PROJECT_VERSION = 27;
DEAD_CODE_STRIPPING = YES;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Tunes Notifier Helper/Tunes Notifier Helper-Prefix.pch";
INFOPLIST_FILE = "$(SRCROOT)/Tunes Notifier Helper/Tunes Notifier Helper-Info.plist";
MARKETING_VERSION = 2.0.15;
MARKETING_VERSION = 2.0.16;
PRODUCT_BUNDLE_IDENTIFIER = "com.julescoynel.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "Tunes Notifier Helper";
SKIP_INSTALL = YES;
Expand Down
8 changes: 4 additions & 4 deletions Tunes Notifier.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 26;
CURRENT_PROJECT_VERSION = 27;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = VG59FX5MX7;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -424,7 +424,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Tunes Notifier/Tunes Notifier-Prefix.pch";
INFOPLIST_FILE = "$(SRCROOT)/Tunes Notifier/Tunes Notifier-Info.plist";
MARKETING_VERSION = 2.0.15;
MARKETING_VERSION = 2.0.16;
PRODUCT_BUNDLE_IDENTIFIER = "com.julescoynel.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "Tunes Notifier";
WRAPPER_EXTENSION = app;
Expand All @@ -439,7 +439,7 @@
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 26;
CURRENT_PROJECT_VERSION = 27;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = VG59FX5MX7;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -450,7 +450,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Tunes Notifier/Tunes Notifier-Prefix.pch";
INFOPLIST_FILE = "$(SRCROOT)/Tunes Notifier/Tunes Notifier-Info.plist";
MARKETING_VERSION = 2.0.15;
MARKETING_VERSION = 2.0.16;
PRODUCT_BUNDLE_IDENTIFIER = "com.julescoynel.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "Tunes Notifier";
WRAPPER_EXTENSION = app;
Expand Down

0 comments on commit 8c2f1c7

Please sign in to comment.