File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 273273 );
274274 PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
275275 PRODUCT_NAME = HelloWorld;
276+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
276277 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
277278 SWIFT_VERSION = 5.0;
279+ TARGETED_DEVICE_FAMILY = "1,2";
278280 VERSIONING_SYSTEM = "apple-generic";
279281 };
280282 name = Debug;
300302 );
301303 PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
302304 PRODUCT_NAME = HelloWorld;
305+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
303306 SWIFT_VERSION = 5.0;
307+ TARGETED_DEVICE_FAMILY = "1,2";
304308 VERSIONING_SYSTEM = "apple-generic";
305309 };
306310 name = Release;
Original file line number Diff line number Diff line change 4545 <key >UISupportedInterfaceOrientations </key >
4646 <array >
4747 <string >UIInterfaceOrientationPortrait </string >
48+ </array >
49+ <key >UISupportedInterfaceOrientations~ipad </key >
50+ <array >
4851 <string >UIInterfaceOrientationLandscapeLeft </string >
4952 <string >UIInterfaceOrientationLandscapeRight </string >
53+ <string >UIInterfaceOrientationPortrait </string >
54+ <string >UIInterfaceOrientationPortraitUpsideDown </string >
5055 </array >
5156 <key >UIViewControllerBasedStatusBarAppearance </key >
5257 <false />
You can’t perform that action at this time.
0 commit comments