Skip to content

Commit

Permalink
Bump to v2.7.1(1232).
Browse files Browse the repository at this point in the history
  • Loading branch information
toothbrush committed Jan 4, 2022
1 parent da0921d commit 95bce7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Spotiqueue.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1220;
CURRENT_PROJECT_VERSION = 1232;
DEVELOPMENT_TEAM = QG72S9L5L3;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -591,7 +591,7 @@
"@executable_path/../Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.7.1;
OTHER_CFLAGS = "-D_THREAD_SAFE";
OTHER_LDFLAGS = (
"$(SRCROOT)/vendor/lib/libgc.a",
Expand All @@ -617,7 +617,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1220;
CURRENT_PROJECT_VERSION = 1232;
DEVELOPMENT_TEAM = QG72S9L5L3;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -635,7 +635,7 @@
"@executable_path/../Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.7.1;
OTHER_CFLAGS = "-D_THREAD_SAFE";
OTHER_LDFLAGS = (
"$(SRCROOT)/vendor/lib/libgc.a",
Expand Down
4 changes: 2 additions & 2 deletions Spotiqueue/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>2.7</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1220</string>
<string>1232</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 95bce7f

Please sign in to comment.