Explorar el Código

Revert "[RN][iOS] Make universal builds"

This reverts commit b96ca538e4. While iPad
support is nice to have, we are not ready for a publish in App Store.
During the upload to iTunes Connect, a verification of the .ipa fails
because:

- app icons for iPad are missing:
  - 76x76 pixels in .png format for iOS versions >= 7.0,
  - 167x167 pixels in .png format for iOS versions supporting iPad Pro,
  - 152x152 pixels in .png format for iOS versions >= 7.0,
- orientations required for iPad Mutitasking are missing:
  - UIInterfaceOrientationPortraitUpsideDown.
master
Lyubomir Marinov hace 8 años
padre
commit
079be92468
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      ios/jitsi-meet-react.xcodeproj/project.pbxproj

+ 0
- 2
ios/jitsi-meet-react.xcodeproj/project.pbxproj Ver fichero

@@ -969,7 +969,6 @@
969 969
 				);
970 970
 				PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
971 971
 				PRODUCT_NAME = "jitsi-meet-react";
972
-				TARGETED_DEVICE_FAMILY = "1,2";
973 972
 			};
974 973
 			name = Debug;
975 974
 		};
@@ -1006,7 +1005,6 @@
1006 1005
 				);
1007 1006
 				PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
1008 1007
 				PRODUCT_NAME = "jitsi-meet-react";
1009
-				TARGETED_DEVICE_FAMILY = "1,2";
1010 1008
 			};
1011 1009
 			name = Release;
1012 1010
 		};

Loading…
Cancelar
Guardar