Skip to content

Commit

Permalink
feat: iOS target deployment from 9.0 to 8.0 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasc authored and machour committed Feb 26, 2018
1 parent 138f62f commit 6d980e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### 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

* Fix bad import for web polyfill
Expand Down
2 changes: 1 addition & 1 deletion RNDeviceInfo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = "MIT"
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.source = { :git => "https://github.com/rebeccahughes/react-native-device-info.git" }
Expand Down
4 changes: 2 additions & 2 deletions RNDeviceInfo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -263,7 +263,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
Expand Down

0 comments on commit 6d980e4

Please sign in to comment.