Skip to content

Commit 529ae7f

Browse files
committed
chore: update provisioning profile names
1 parent 24d515a commit 529ae7f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

sample/ios/SendbirdUIKitSample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,7 @@
601601
);
602602
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.uikit.reactnative.sample;
603603
PRODUCT_NAME = SendbirdUIKitSample;
604-
PROVISIONING_PROFILE_SPECIFIER = "match Development com.sendbird.uikit.reactnative.sample";
605-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Dev - uikit.reactnative";
604+
PROVISIONING_PROFILE_SPECIFIER = "Dev - uikit.reactnative";
606605
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
607606
SWIFT_VERSION = 5.0;
608607
TARGETED_DEVICE_FAMILY = 1;
@@ -638,8 +637,7 @@
638637
);
639638
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.uikit.reactnative.sample;
640639
PRODUCT_NAME = SendbirdUIKitSample;
641-
PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.sendbird.uikit.reactnative.sample";
642-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Dist - uikit.reactnative";
640+
PROVISIONING_PROFILE_SPECIFIER = "Dist - uikit.reactnative";
643641
SWIFT_VERSION = 5.0;
644642
TARGETED_DEVICE_FAMILY = 1;
645643
VERSIONING_SYSTEM = "apple-generic";
@@ -832,8 +830,7 @@
832830
MTL_FAST_MATH = YES;
833831
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.uikit.reactnative.sample.NotificationService;
834832
PRODUCT_NAME = "$(TARGET_NAME)";
835-
PROVISIONING_PROFILE_SPECIFIER = "match Development com.sendbird.uikit.reactnative.sample.NotificationService";
836-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Dev - uikit.reactnative.NotificationService";
833+
PROVISIONING_PROFILE_SPECIFIER = "Dev - uikit.reactnative.NotificationService";
837834
SKIP_INSTALL = YES;
838835
SWIFT_EMIT_LOC_STRINGS = YES;
839836
TARGETED_DEVICE_FAMILY = "1,2";
@@ -873,8 +870,7 @@
873870
MTL_FAST_MATH = YES;
874871
PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.uikit.reactnative.sample.NotificationService;
875872
PRODUCT_NAME = "$(TARGET_NAME)";
876-
PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.sendbird.uikit.reactnative.sample.NotificationService";
877-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Dist - uikit.reactnative.NotificationService";
873+
PROVISIONING_PROFILE_SPECIFIER = "Dist - uikit.reactnative.NotificationService";
878874
SKIP_INSTALL = YES;
879875
SWIFT_EMIT_LOC_STRINGS = YES;
880876
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)