File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
examples/SampleApp/ios/SampleApp.xcodeproj Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 505505 "$(inherited)",
506506 "@executable_path/Frameworks",
507507 );
508- MACOSX_DEPLOYMENT_TARGET = 12.0;
509508 OTHER_LDFLAGS = (
510509 "$(inherited)",
511510 "-ObjC",
514513 PRODUCT_BUNDLE_IDENTIFIER = io.getstream.reactnative.SampleApp;
515514 PRODUCT_NAME = SampleApp;
516515 PROVISIONING_PROFILE_SPECIFIER = "";
516+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
517+ SUPPORTS_MACCATALYST = NO;
518+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
517519 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
518520 SWIFT_VERSION = 5.0;
521+ TARGETED_DEVICE_FAMILY = 1;
519522 VERSIONING_SYSTEM = "apple-generic";
520523 };
521524 name = Debug;
537540 "$(inherited)",
538541 "@executable_path/Frameworks",
539542 );
540- MACOSX_DEPLOYMENT_TARGET = 12.0;
541543 OTHER_LDFLAGS = (
542544 "$(inherited)",
543545 "-ObjC",
546548 PRODUCT_BUNDLE_IDENTIFIER = io.getstream.reactnative.SampleApp;
547549 PRODUCT_NAME = SampleApp;
548550 PROVISIONING_PROFILE_SPECIFIER = "match AdHoc io.getstream.reactnative.SampleApp";
551+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
552+ SUPPORTS_MACCATALYST = NO;
553+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
549554 SWIFT_VERSION = 5.0;
555+ TARGETED_DEVICE_FAMILY = 1;
550556 VERSIONING_SYSTEM = "apple-generic";
551557 };
552558 name = Release;
You can’t perform that action at this time.
0 commit comments