Skip to content

Commit 8b19aee

Browse files
committed
Update version to v5.3.0
1 parent 9a52369 commit 8b19aee

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

MobileWeather.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@
674674
INFOPLIST_FILE = MobileWeather/Info.plist;
675675
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
676676
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
677+
MARKETING_VERSION = 5.3.0;
677678
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.mobileweather;
678679
PRODUCT_NAME = "$(TARGET_NAME)";
679680
PROVISIONING_PROFILE = "";
@@ -696,6 +697,7 @@
696697
INFOPLIST_FILE = MobileWeather/Info.plist;
697698
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
698699
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
700+
MARKETING_VERSION = 5.3.0;
699701
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.mobileweather;
700702
PRODUCT_NAME = "$(TARGET_NAME)";
701703
PROVISIONING_PROFILE = "";

MobileWeather/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>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>5.2.0</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)