Skip to content

Commit bc56a9a

Browse files
committed
fix: pbx proj
1 parent f69c4a1 commit bc56a9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/SampleApp/ios/SampleApp.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,8 @@
532532
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
533533
CLANG_ENABLE_MODULES = YES;
534534
CODE_SIGN_ENTITLEMENTS = SampleApp/SampleAppRelease.entitlements;
535-
CODE_SIGN_IDENTITY = "Apple Development";
536-
CODE_SIGN_STYLE = Automatic;
535+
CODE_SIGN_IDENTITY = "iPhone Distribution";
536+
CODE_SIGN_STYLE = Manual;
537537
CURRENT_PROJECT_VERSION = 149;
538538
DEVELOPMENT_TEAM = EHV7XZLAHA;
539539
INFOPLIST_FILE = SampleApp/Info.plist;
@@ -548,7 +548,7 @@
548548
);
549549
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.reactnative.SampleApp;
550550
PRODUCT_NAME = SampleApp;
551-
PROVISIONING_PROFILE_SPECIFIER = "";
551+
PROVISIONING_PROFILE_SPECIFIER = "match AdHoc io.getstream.reactnative.SampleApp";
552552
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
553553
SUPPORTS_MACCATALYST = NO;
554554
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;

0 commit comments

Comments
 (0)