Skip to content

Commit 30ae05d

Browse files
Bump to v3.0.0
1 parent 6b1298f commit 30ae05d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Example/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>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>$(CURRENT_BUNDLE_VERSION)</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

WSPopup.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@
339339
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
340340
CODE_SIGN_IDENTITY = "iPhone Developer";
341341
COPY_PHASE_STRIP = NO;
342-
CURRENT_BUNDLE_VERSION = 2.1.0;
343342
DEBUG_INFORMATION_FORMAT = dwarf;
344343
ENABLE_STRICT_OBJC_MSGSEND = YES;
345344
ENABLE_TESTABILITY = YES;
@@ -401,7 +400,6 @@
401400
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
402401
CODE_SIGN_IDENTITY = "iPhone Developer";
403402
COPY_PHASE_STRIP = NO;
404-
CURRENT_BUNDLE_VERSION = 2.1.0;
405403
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
406404
ENABLE_NS_ASSERTIONS = NO;
407405
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -440,6 +438,7 @@
440438
"$(inherited)",
441439
"@executable_path/Frameworks",
442440
);
441+
MARKETING_VERSION = 3.0.0;
443442
OTHER_LDFLAGS = (
444443
"-ObjC",
445444
"-weak_framework",
@@ -465,6 +464,7 @@
465464
"$(inherited)",
466465
"@executable_path/Frameworks",
467466
);
467+
MARKETING_VERSION = 3.0.0;
468468
PRODUCT_BUNDLE_IDENTIFIER = co.whitesmith.PopupExample;
469469
PRODUCT_NAME = "$(TARGET_NAME)";
470470
SWIFT_VERSION = 5.0;
@@ -491,6 +491,7 @@
491491
"@executable_path/Frameworks",
492492
"@loader_path/Frameworks",
493493
);
494+
MARKETING_VERSION = 3.0.0;
494495
PRODUCT_BUNDLE_IDENTIFIER = co.whitesmith.WSPopup;
495496
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
496497
SKIP_INSTALL = YES;
@@ -520,6 +521,7 @@
520521
"@executable_path/Frameworks",
521522
"@loader_path/Frameworks",
522523
);
524+
MARKETING_VERSION = 3.0.0;
523525
PRODUCT_BUNDLE_IDENTIFIER = co.whitesmith.WSPopup;
524526
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
525527
SKIP_INSTALL = YES;

WSPopup/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>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>$(CURRENT_BUNDLE_VERSION)</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)