Skip to content

Commit 2366a69

Browse files
author
Jaesung
committed
Update version & disable to support iPad in QuickStartIntent
1 parent 2f48225 commit 2366a69

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

QuickStart.xcodeproj/project.pbxproj

Lines changed: 10 additions & 8 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 = 1;
790+
CURRENT_PROJECT_VERSION = 2;
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.1.1;
802+
MARKETING_VERSION = 1.1.2;
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 = 1;
819+
CURRENT_PROJECT_VERSION = 2;
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.1.1;
831+
MARKETING_VERSION = 1.1.2;
832832
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.calls.quickstart;
833833
PRODUCT_NAME = "SendBird Calls";
834834
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -841,6 +841,7 @@
841841
isa = XCBuildConfiguration;
842842
buildSettings = {
843843
CODE_SIGN_STYLE = Automatic;
844+
CURRENT_PROJECT_VERSION = 2;
844845
DEVELOPMENT_TEAM = RM4A5PXTUX;
845846
INFOPLIST_FILE = QuickStartIntent/Info.plist;
846847
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
@@ -849,12 +850,12 @@
849850
"@executable_path/Frameworks",
850851
"@executable_path/../../Frameworks",
851852
);
852-
MARKETING_VERSION = 1.1.1;
853+
MARKETING_VERSION = 1.1.2;
853854
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.calls.quickstart.QuickStartIntent;
854855
PRODUCT_NAME = "$(TARGET_NAME)";
855856
SKIP_INSTALL = YES;
856857
SWIFT_VERSION = 5.0;
857-
TARGETED_DEVICE_FAMILY = "1,2";
858+
TARGETED_DEVICE_FAMILY = 1;
858859
};
859860
name = Debug;
860861
};
@@ -863,6 +864,7 @@
863864
buildSettings = {
864865
CODE_SIGN_IDENTITY = "Apple Development";
865866
CODE_SIGN_STYLE = Automatic;
867+
CURRENT_PROJECT_VERSION = 2;
866868
DEVELOPMENT_TEAM = RM4A5PXTUX;
867869
INFOPLIST_FILE = QuickStartIntent/Info.plist;
868870
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
@@ -871,12 +873,12 @@
871873
"@executable_path/Frameworks",
872874
"@executable_path/../../Frameworks",
873875
);
874-
MARKETING_VERSION = 1.1.1;
876+
MARKETING_VERSION = 1.1.2;
875877
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.calls.quickstart.QuickStartIntent;
876878
PRODUCT_NAME = "$(TARGET_NAME)";
877879
SKIP_INSTALL = YES;
878880
SWIFT_VERSION = 5.0;
879-
TARGETED_DEVICE_FAMILY = "1,2";
881+
TARGETED_DEVICE_FAMILY = 1;
880882
};
881883
name = Release;
882884
};

QuickStartIntent/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionAttributes</key>

0 commit comments

Comments
 (0)