diff --git a/README.md b/README.md index a28eead..640c58d 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,12 @@ Some older versions of the Spotify app may not provide current song information Note: AirPlay 2 speakers are not affected by this issue. History --------------- -- **Version 2.0.12** (Submitted to Apple: 06/11/20) - - Recompile for macOS 11 and ARM architecture +-------------- +- **Version 2.0.13** (Submitted to Apple: 16/01/21) + - Fix rare crash + +- **Version 2.0.12** (Submitted to Apple: 06/11/20) + - Recompile for macOS 11 and ARM architecture - **Version 2.0.11** (Submitted to Apple: 19/06/20) - Clarify song information may be missing when playing on external device, unless using AirPlay 2 diff --git a/Tunes Notifier Helper/Tunes Notifier Helper.xcodeproj/project.pbxproj b/Tunes Notifier Helper/Tunes Notifier Helper.xcodeproj/project.pbxproj index ad786b6..839dac4 100644 --- a/Tunes Notifier Helper/Tunes Notifier Helper.xcodeproj/project.pbxproj +++ b/Tunes Notifier Helper/Tunes Notifier Helper.xcodeproj/project.pbxproj @@ -293,12 +293,12 @@ CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer"; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; 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.12; + MARKETING_VERSION = 2.0.13; PRODUCT_BUNDLE_IDENTIFIER = "com.julescoynel.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "Tunes Notifier Helper"; SKIP_INSTALL = YES; @@ -314,12 +314,12 @@ CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer"; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; 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.12; + MARKETING_VERSION = 2.0.13; 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 e905469..bef8001 100644 --- a/Tunes Notifier.xcodeproj/project.pbxproj +++ b/Tunes Notifier.xcodeproj/project.pbxproj @@ -411,7 +411,7 @@ CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer"; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; DEVELOPMENT_TEAM = VG59FX5MX7; ENABLE_HARDENED_RUNTIME = YES; FRAMEWORK_SEARCH_PATHS = ( @@ -421,7 +421,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.12; + MARKETING_VERSION = 2.0.13; PRODUCT_BUNDLE_IDENTIFIER = "com.julescoynel.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "Tunes Notifier"; WRAPPER_EXTENSION = app; @@ -436,7 +436,7 @@ CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer"; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; DEVELOPMENT_TEAM = VG59FX5MX7; ENABLE_HARDENED_RUNTIME = YES; FRAMEWORK_SEARCH_PATHS = ( @@ -446,7 +446,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.12; + MARKETING_VERSION = 2.0.13; PRODUCT_BUNDLE_IDENTIFIER = "com.julescoynel.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "Tunes Notifier"; WRAPPER_EXTENSION = app;