Skip to content

Commit 00a769c

Browse files
author
Jaesung
committed
Update version to 1.1.1
1 parent 29749aa commit 00a769c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

QuickStart.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
788788
CODE_SIGN_ENTITLEMENTS = QuickStart/QuickStart.entitlements;
789789
CODE_SIGN_STYLE = Automatic;
790-
CURRENT_PROJECT_VERSION = 18;
790+
CURRENT_PROJECT_VERSION = 1;
791791
DEVELOPMENT_TEAM = RM4A5PXTUX;
792792
FRAMEWORK_SEARCH_PATHS = (
793793
"$(inherited)",
@@ -799,7 +799,7 @@
799799
"$(inherited)",
800800
"@executable_path/Frameworks",
801801
);
802-
MARKETING_VERSION = 1.0.1;
802+
MARKETING_VERSION = 1.1.1;
803803
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.calls.quickstart;
804804
PRODUCT_NAME = "SendBird Calls";
805805
SWIFT_VERSION = 5.0;
@@ -816,7 +816,7 @@
816816
CODE_SIGN_ENTITLEMENTS = QuickStart/QuickStart.entitlements;
817817
CODE_SIGN_IDENTITY = "Apple Development";
818818
CODE_SIGN_STYLE = Automatic;
819-
CURRENT_PROJECT_VERSION = 18;
819+
CURRENT_PROJECT_VERSION = 1;
820820
DEVELOPMENT_TEAM = RM4A5PXTUX;
821821
FRAMEWORK_SEARCH_PATHS = (
822822
"$(inherited)",
@@ -828,7 +828,7 @@
828828
"$(inherited)",
829829
"@executable_path/Frameworks",
830830
);
831-
MARKETING_VERSION = 1.0.1;
831+
MARKETING_VERSION = 1.1.1;
832832
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.calls.quickstart;
833833
PRODUCT_NAME = "SendBird Calls";
834834
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -849,6 +849,7 @@
849849
"@executable_path/Frameworks",
850850
"@executable_path/../../Frameworks",
851851
);
852+
MARKETING_VERSION = 1.1.1;
852853
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.calls.quickstart.QuickStartIntent;
853854
PRODUCT_NAME = "$(TARGET_NAME)";
854855
SKIP_INSTALL = YES;
@@ -870,6 +871,7 @@
870871
"@executable_path/Frameworks",
871872
"@executable_path/../../Frameworks",
872873
);
874+
MARKETING_VERSION = 1.1.1;
873875
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.calls.quickstart.QuickStartIntent;
874876
PRODUCT_NAME = "$(TARGET_NAME)";
875877
SKIP_INSTALL = YES;

QuickStartIntent/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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>NSExtension</key>

0 commit comments

Comments
 (0)