Skip to content

Commit

Permalink
Bump version to 2.0.13 (24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoynel committed Jan 16, 2021
1 parent 2d0f93e commit 85d6cd7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
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 @@ -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 = (
Expand All @@ -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;
Expand All @@ -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 = (
Expand All @@ -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;
Expand Down

0 comments on commit 85d6cd7

Please sign in to comment.