[RN][iOS] Make universal builds

This commit is contained in:
Saúl Ibarra Corretgé 2017-01-12 16:24:01 -06:00
parent 3266ace916
commit b96ca538e4
1 changed files with 2 additions and 0 deletions

View File

@ -814,6 +814,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
PRODUCT_NAME = "jitsi-meet-react";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
@ -849,6 +850,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
PRODUCT_NAME = "jitsi-meet-react";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};