File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
template/ios/HelloWorld.xcodeproj Expand file tree Collapse file tree 1 file changed +4
-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;
You can’t perform that action at this time.
0 commit comments