Skip to content

Commit 0aea134

Browse files
committed
Fix version number
1 parent b717be6 commit 0aea134

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project/MoonKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276
"@executable_path/Frameworks",
277277
"@loader_path/Frameworks",
278278
);
279+
MARKETING_VERSION = 1.0.0;
279280
PRODUCT_BUNDLE_IDENTIFIER = thejohnlima.MoonKit;
280281
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
281282
SKIP_INSTALL = YES;
@@ -299,6 +300,7 @@
299300
"@executable_path/Frameworks",
300301
"@loader_path/Frameworks",
301302
);
303+
MARKETING_VERSION = 1.0.0;
302304
PRODUCT_BUNDLE_IDENTIFIER = thejohnlima.MoonKit;
303305
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
304306
SKIP_INSTALL = YES;

Project/MoonKit/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>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)