Skip to content

Commit c0bdff4

Browse files
committed
Release 1.0.0
1 parent 35ba94f commit c0bdff4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NextSunnyDay.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,7 @@
979979
"$(inherited)",
980980
"@executable_path/Frameworks",
981981
);
982+
MARKETING_VERSION = 1.0.0;
982983
PRODUCT_BUNDLE_IDENTIFIER = com.naipaka.NextSunnyDay;
983984
PRODUCT_NAME = "$(TARGET_NAME)";
984985
SWIFT_VERSION = 5.0;
@@ -1003,6 +1004,7 @@
10031004
"$(inherited)",
10041005
"@executable_path/Frameworks",
10051006
);
1007+
MARKETING_VERSION = 1.0.0;
10061008
PRODUCT_BUNDLE_IDENTIFIER = com.naipaka.NextSunnyDay;
10071009
PRODUCT_NAME = "$(TARGET_NAME)";
10081010
SWIFT_VERSION = 5.0;

NextSunnyDay/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)