Skip to content

Commit af52e85

Browse files
committed
fix: PROVISIONING_PROFILE_SPECIFIER specific val
1 parent b1fc71d commit af52e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
);
548548
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.reactnative.SampleApp;
549549
PRODUCT_NAME = SampleApp;
550-
PROVISIONING_PROFILE_SPECIFIER = "";
550+
PROVISIONING_PROFILE_SPECIFIER = "match AdHoc io.getstream.reactnative.SampleApp";
551551
SWIFT_VERSION = 5.0;
552552
VERSIONING_SYSTEM = "apple-generic";
553553
};

0 commit comments

Comments
 (0)