Skip to content

Commit 1186c60

Browse files
committed
Enable iPad in xcode
1 parent a601423 commit 1186c60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/rnuilib.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@
671671
PRODUCT_NAME = rnuilib;
672672
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
673673
SWIFT_VERSION = 5.0;
674+
TARGETED_DEVICE_FAMILY = "1,2";
674675
VERSIONING_SYSTEM = "apple-generic";
675676
};
676677
name = Debug;
@@ -692,6 +693,7 @@
692693
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
693694
PRODUCT_NAME = rnuilib;
694695
SWIFT_VERSION = 5.0;
696+
TARGETED_DEVICE_FAMILY = "1,2";
695697
VERSIONING_SYSTEM = "apple-generic";
696698
};
697699
name = Release;

0 commit comments

Comments
 (0)