Skip to content

Commit 4a57578

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 36fcfd0 commit 4a57578

15 files changed

Lines changed: 15 additions & 15 deletions

File tree

packages/admob/RNFBAdMob.podspec

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

2828
# React Native dependencies

packages/analytics/RNFBAnalytics.podspec

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

2727
# React Native dependencies

packages/app/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

packages/crashlytics/RNFBCrashlytics.podspec

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

2828
# React Native dependencies

packages/database/RNFBDatabase.podspec

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

2727
# React Native dependencies

packages/dynamic-links/RNFBDynamicLinks.podspec

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

2727
# React Native dependencies

packages/firestore/RNFBFirestore.podspec

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

2727
# React Native dependencies

packages/functions/RNFBFunctions.podspec

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

2727
# React Native dependencies

packages/iid/RNFBIid.podspec

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

2727
# React Native dependencies

packages/in-app-messaging/RNFBInAppMessaging.podspec

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

2727
# React Native dependencies

0 commit comments

Comments
 (0)