Skip to content

Commit

Permalink
Version 2020.08.01
Browse files Browse the repository at this point in the history
  • Loading branch information
andrsd committed Aug 1, 2020
1 parent 4b13dd9 commit 05f1ff8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions daap-client.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -558,12 +558,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2020.08.01;
DEVELOPMENT_TEAM = Y8G529976F;
INFOPLIST_FILE = "daap-client/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2020.08.01;
PRODUCT_BUNDLE_IDENTIFIER = "name.andrs.tvos.daap-client";
PRODUCT_NAME = "forked-daapd";
SWIFT_VERSION = 5.0;
Expand All @@ -576,12 +578,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2020.08.01;
DEVELOPMENT_TEAM = Y8G529976F;
INFOPLIST_FILE = "daap-client/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2020.08.01;
PRODUCT_BUNDLE_IDENTIFIER = "name.andrs.tvos.daap-client";
PRODUCT_NAME = "forked-daapd";
SWIFT_VERSION = 5.0;
Expand Down
4 changes: 2 additions & 2 deletions daap-client/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daap-client-tvos",
"version": "1.0.0",
"version": "2020.08.01",
"description": "DAAP client",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 05f1ff8

Please sign in to comment.