Skip to content

Commit

Permalink
[RN][iOS] Set deployment target to 9.0
Browse files Browse the repository at this point in the history
According to Apple iOS devices with versions < 9.0 are 6%.
https://developer.apple.com/support/app-store/
  • Loading branch information
saghul committed Jan 12, 2017
1 parent d17cc9f commit 3266ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/jitsi-meet-react.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down Expand Up @@ -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)",
Expand Down

0 comments on commit 3266ace

Please sign in to comment.