Skip to content

Commit

Permalink
fix(ios): bump ios min deployment to ios10 - remnant from invertase#4471
Browse files Browse the repository at this point in the history


Note that the breaking change was in invertase#4471 and was called out in release notes
This is just a remnant where the pod utilities will likely give you more notice about it
  • Loading branch information
mikehardy committed Dec 23, 2020
1 parent 6f52847 commit 465faf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNFBMessaging.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.authors = "Invertase Limited"
s.source = { :git => "https://github.com/invertase/react-native-firebase.git", :tag => "v#{s.version}" }
s.social_media_url = 'http://twitter.com/invertaseio'
s.ios.deployment_target = "9.0"
s.ios.deployment_target = "10.0"
s.source_files = 'ios/**/*.{h,m}'

# React Native dependencies
Expand Down

0 comments on commit 465faf5

Please sign in to comment.