Skip to content

Commit 6d987f1

Browse files
author
Aniket
committed
version bump
1 parent 9cbb174 commit 6d987f1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

OstWalletSdk.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2003,6 +2003,7 @@
20032003
"@executable_path/Frameworks",
20042004
"@loader_path/Frameworks",
20052005
);
2006+
MARKETING_VERSION = "2.3.3-alpha.1";
20062007
PRODUCT_BUNDLE_IDENTIFIER = com.ost.OstWalletSdk;
20072008
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
20082009
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2038,6 +2039,7 @@
20382039
"@executable_path/Frameworks",
20392040
"@loader_path/Frameworks",
20402041
);
2042+
MARKETING_VERSION = "2.3.3-alpha.1";
20412043
PRODUCT_BUNDLE_IDENTIFIER = com.ost.OstWalletSdk;
20422044
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
20432045
PROVISIONING_PROFILE_SPECIFIER = "";

OstWalletSdk/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>2.3.2</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)