File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
projects/iMessageClone/ios
iMessageCloneReactNative.xcodeproj Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 486486 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
487487 CLANG_ENABLE_MODULES = YES;
488488 CURRENT_PROJECT_VERSION = 1;
489+ DEVELOPMENT_TEAM = EHV7XZLAHA;
489490 ENABLE_BITCODE = NO;
490491 INFOPLIST_FILE = iMessageCloneReactNative/Info.plist;
491492 LD_RUNPATH_SEARCH_PATHS = (
497498 "-ObjC",
498499 "-lc++",
499500 );
500- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)" ;
501+ PRODUCT_BUNDLE_IDENTIFIER = io.getstream.reactnative.imessageclone ;
501502 PRODUCT_NAME = iMessageCloneReactNative;
502503 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
503504 SWIFT_VERSION = 5.0;
511512 buildSettings = {
512513 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
513514 CLANG_ENABLE_MODULES = YES;
515+ CODE_SIGN_IDENTITY = "iPhone Distribution";
516+ CODE_SIGN_STYLE = Manual;
514517 CURRENT_PROJECT_VERSION = 1;
518+ DEVELOPMENT_TEAM = EHV7XZLAHA;
515519 INFOPLIST_FILE = iMessageCloneReactNative/Info.plist;
516520 LD_RUNPATH_SEARCH_PATHS = (
517521 "$(inherited)",
522526 "-ObjC",
523527 "-lc++",
524528 );
525- PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)" ;
529+ PRODUCT_BUNDLE_IDENTIFIER = io.getstream.reactnative.imessageclone ;
526530 PRODUCT_NAME = iMessageCloneReactNative;
531+ PROVISIONING_PROFILE_SPECIFIER = "match AdHoc io.getstream.reactnative.imessageclone";
527532 SWIFT_VERSION = 5.0;
528533 VERSIONING_SYSTEM = "apple-generic";
529534 };
Original file line number Diff line number Diff line change 2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
2424 <string >$(CURRENT_PROJECT_VERSION) </string >
25+ <key >ITSAppUsesNonExemptEncryption </key >
26+ <false />
2527 <key >LSRequiresIPhoneOS </key >
2628 <true />
2729 <key >NSAppTransportSecurity </key >
5355 </array >
5456 <key >UIViewControllerBasedStatusBarAppearance </key >
5557 <false />
56- <key >ITSAppUsesNonExemptEncryption </key >
57- <false />
5858</dict >
5959</plist >
You can’t perform that action at this time.
0 commit comments