[RN][iOS] Set deployment target to 9.0

According to Apple iOS devices with versions < 9.0 are 6%.
https://developer.apple.com/support/app-store/
pull/1242/head
Saúl Ibarra Corretgé 8 years ago
parent d17cc9fa86
commit 3266ace916
  1. 4
      ios/jitsi-meet-react.xcodeproj/project.pbxproj

@ -801,7 +801,7 @@
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
);
INFOPLIST_FILE = app/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
@ -836,7 +836,7 @@
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
);
INFOPLIST_FILE = app/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",

Loading…
Cancel
Save