From 15a9b22cc1906231c909b3c832ee48e50d5f796f Mon Sep 17 00:00:00 2001 From: Jules Coynel Date: Mon, 11 Sep 2023 10:10:38 +0100 Subject: [PATCH] Bump version to 2.0.18 (31) --- README.md | 3 +++ Tunes Notifier.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 764d1a7..f92b8ca 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ Note: AirPlay 2 speakers are not affected by this issue. History -------------- +- **Version 2.0.18** (Submitted to Apple: 11/09/23) + - Remove legacy helper + - **Version 2.0.17** (Submitted to Apple: 26/07/23) - macOS 13.0 Ventura required - Remove deprecated API diff --git a/Tunes Notifier.xcodeproj/project.pbxproj b/Tunes Notifier.xcodeproj/project.pbxproj index c84e784..fb4c016 100644 --- a/Tunes Notifier.xcodeproj/project.pbxproj +++ b/Tunes Notifier.xcodeproj/project.pbxproj @@ -378,7 +378,7 @@ CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer"; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 30; + CURRENT_PROJECT_VERSION = 31; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = VG59FX5MX7; ENABLE_HARDENED_RUNTIME = YES; @@ -389,7 +389,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.17; + MARKETING_VERSION = 2.0.18; PRODUCT_BUNDLE_IDENTIFIER = "com.julescoynel.Tunes-Notifier"; PRODUCT_NAME = "Tunes Notifier"; WRAPPER_EXTENSION = app; @@ -404,7 +404,7 @@ CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer"; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 30; + CURRENT_PROJECT_VERSION = 31; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = VG59FX5MX7; ENABLE_HARDENED_RUNTIME = YES; @@ -415,7 +415,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.17; + MARKETING_VERSION = 2.0.18; PRODUCT_BUNDLE_IDENTIFIER = "com.julescoynel.Tunes-Notifier"; PRODUCT_NAME = "Tunes Notifier"; WRAPPER_EXTENSION = app;