Commit 6d980e4d authored by Nicholas Charbonneau's avatar Nicholas Charbonneau Committed by Mehdi Achour

feat: iOS target deployment from 9.0 to 8.0 (#337)

parent 138f62f3
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
### next ### next
* Changed iOS target deployment from 9.0 to 8.0 for broader device support (https://github.com/rebeccahughes/react-native-device-info/issues/19)
### 0.17.1 ### 0.17.1
* Fix bad import for web polyfill * Fix bad import for web polyfill
......
...@@ -7,7 +7,7 @@ Pod::Spec.new do |s| ...@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = "MIT" s.license = "MIT"
s.authors = { "Rebecca Hughes" => "rebecca@learnium.net" } s.authors = { "Rebecca Hughes" => "rebecca@learnium.net" }
s.ios.deployment_target = '9.0' s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '10.0' s.tvos.deployment_target = '10.0'
s.source = { :git => "https://github.com/rebeccahughes/react-native-device-info.git" } s.source = { :git => "https://github.com/rebeccahughes/react-native-device-info.git" }
......
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0; IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = YES; MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos; SDKROOT = iphoneos;
...@@ -263,7 +263,7 @@ ...@@ -263,7 +263,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0; IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO; MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos; SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES; VALIDATE_PRODUCT = YES;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment