Skip to content

Commit a0a77ba

Browse files
committed
fix(ios): bump ios min deployment to ios10 - remnant from invertase#4471
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
1 parent 89606a1 commit a0a77ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNFBApp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.authors = "Invertase Limited"
1616
s.source = { :git => "https://github.com/invertase/react-native-firebase.git", :tag => "v#{s.version}" }
1717
s.social_media_url = 'http://twitter.com/invertaseio'
18-
s.ios.deployment_target = "9.0"
18+
s.ios.deployment_target = "10.0"
1919
s.source_files = "ios/**/*.{h,m}"
2020

2121
# React Native dependencies

0 commit comments

Comments
 (0)