diff --git a/README.md b/README.md
index 47a4e42..2eb54ea 100644
--- a/README.md
+++ b/README.md
@@ -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)
-
+
@@ -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
diff --git a/Tunes Notifier Helper/Tunes Notifier Helper.xcodeproj/project.pbxproj b/Tunes Notifier Helper/Tunes Notifier Helper.xcodeproj/project.pbxproj
index bb2aed5..2a1ba44 100644
--- a/Tunes Notifier Helper/Tunes Notifier Helper.xcodeproj/project.pbxproj
+++ b/Tunes Notifier Helper/Tunes Notifier Helper.xcodeproj/project.pbxproj
@@ -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;
@@ -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;
diff --git a/Tunes Notifier.xcodeproj/project.pbxproj b/Tunes Notifier.xcodeproj/project.pbxproj
index 678b02b..1744ae7 100644
--- a/Tunes Notifier.xcodeproj/project.pbxproj
+++ b/Tunes Notifier.xcodeproj/project.pbxproj
@@ -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;
@@ -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;
@@ -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;
@@ -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;