Skip to content

Commit 62d31a2

Browse files
author
Danilo Campana Fuchs
committed
release: Version 1.4
1 parent b35628e commit 62d31a2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ForceTouchPlayer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@
345345
"@executable_path/../Frameworks",
346346
);
347347
MACOSX_DEPLOYMENT_TARGET = 10.15;
348+
MARKETING_VERSION = 1.4;
348349
PRODUCT_BUNDLE_IDENTIFIER = danilofuchs.ForceTouchPlayer;
349350
PRODUCT_NAME = "Force Touch Player";
350351
SWIFT_VERSION = 5.0;
@@ -367,6 +368,7 @@
367368
"@executable_path/../Frameworks",
368369
);
369370
MACOSX_DEPLOYMENT_TARGET = 10.15;
371+
MARKETING_VERSION = 1.4;
370372
PRODUCT_BUNDLE_IDENTIFIER = danilofuchs.ForceTouchPlayer;
371373
PRODUCT_NAME = "Force Touch Player";
372374
SWIFT_VERSION = 5.0;

ForceTouchPlayer/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)