Browse Source

[RN][iOS] Make universal builds

master
Saúl Ibarra Corretgé 8 years ago
parent
commit
b96ca538e4
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      ios/jitsi-meet-react.xcodeproj/project.pbxproj

+ 2
- 0
ios/jitsi-meet-react.xcodeproj/project.pbxproj View File

@@ -814,6 +814,7 @@
814 814
 				);
815 815
 				PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
816 816
 				PRODUCT_NAME = "jitsi-meet-react";
817
+				TARGETED_DEVICE_FAMILY = "1,2";
817 818
 			};
818 819
 			name = Debug;
819 820
 		};
@@ -849,6 +850,7 @@
849 850
 				);
850 851
 				PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
851 852
 				PRODUCT_NAME = "jitsi-meet-react";
853
+				TARGETED_DEVICE_FAMILY = "1,2";
852 854
 			};
853 855
 			name = Release;
854 856
 		};

Loading…
Cancel
Save