Skip to content

Commit

Permalink
chore(ios): update Firebase pods to version 11.0 (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz authored Oct 17, 2024
1 parent 5729328 commit a780009
Show file tree
Hide file tree
Showing 23 changed files with 38 additions and 23 deletions.
15 changes: 15 additions & 0 deletions .changeset/shaggy-parrots-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'@capacitor-firebase/analytics': patch
'@capacitor-firebase/app': patch
'@capacitor-firebase/app-check': patch
'@capacitor-firebase/authentication': patch
'@capacitor-firebase/crashlytics': patch
'@capacitor-firebase/firestore': patch
'@capacitor-firebase/functions': patch
'@capacitor-firebase/messaging': patch
'@capacitor-firebase/performance': patch
'@capacitor-firebase/remote-config': patch
'@capacitor-firebase/storage': patch
---

chore(ios): update Firebase pods to version `11.0`
4 changes: 2 additions & 2 deletions packages/analytics/CapacitorFirebaseAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Pod::Spec.new do |s|
end

s.subspec 'Analytics' do |analytics|
analytics.dependency 'FirebaseAnalytics', '~> 10.25'
analytics.dependency 'FirebaseAnalytics', '~> 11.0'
end

s.subspec 'AnalyticsWithoutAdIdSupport' do |analyticsWithoutAdIdSupport|
analyticsWithoutAdIdSupport.dependency 'FirebaseAnalytics/WithoutAdIdSupport', '~> 10.25'
analyticsWithoutAdIdSupport.dependency 'FirebaseAnalytics/WithoutAdIdSupport', '~> 11.0'
end
end
2 changes: 1 addition & 1 deletion packages/analytics/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end

target 'Plugin' do
capacitor_pods
pod 'FirebaseAnalytics', '10.25.0'
pod 'FirebaseAnalytics', '11.0.0'
end

target 'PluginTests' do
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check/CapacitorFirebaseAppCheck.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'FirebaseAppCheck', '~> 10.25'
s.dependency 'FirebaseAppCheck', '~> 11.0'
s.swift_version = '5.1'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion packages/app-check/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end

target 'Plugin' do
capacitor_pods
pod 'FirebaseAppCheck', '10.25.0'
pod 'FirebaseAppCheck', '11.0.0'
end

target 'PluginTests' do
Expand Down
2 changes: 1 addition & 1 deletion packages/app/CapacitorFirebaseApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'FirebaseCore', '~> 10.25'
s.dependency 'FirebaseCore', '~> 11.0'
s.swift_version = '5.1'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion packages/app/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end

target 'Plugin' do
capacitor_pods
pod 'FirebaseCore', '10.25.0'
pod 'FirebaseCore', '11.0.0'
end

target 'PluginTests' do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'FirebaseAuth', '~> 10.25'
s.dependency 'FirebaseAuth', '~> 11.0'
s.swift_version = '5.1'
s.static_framework = true
s.default_subspec = 'Lite'
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end

target 'Plugin' do
capacitor_pods
pod 'FirebaseAuth', '10.25.0'
pod 'FirebaseAuth', '11.0.0'
pod 'GoogleSignIn', '7.1.0'
pod 'FBSDKCoreKit', '16.0.1'
pod 'FBSDKLoginKit', '16.0.1'
Expand Down
2 changes: 1 addition & 1 deletion packages/crashlytics/CapacitorFirebaseCrashlytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'FirebaseCrashlytics', '~> 10.25'
s.dependency 'FirebaseCrashlytics', '~> 11.0'
s.swift_version = '5.1'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion packages/crashlytics/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end

target 'Plugin' do
capacitor_pods
pod 'FirebaseCrashlytics', '10.25.0'
pod 'FirebaseCrashlytics', '11.0.0'
end

target 'PluginTests' do
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore/CapacitorFirebaseFirestore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'FirebaseFirestore', '~> 10.25'
s.dependency 'FirebaseFirestore', '~> 11.0'
s.swift_version = '5.1'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion packages/firestore/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end

target 'Plugin' do
capacitor_pods
pod 'FirebaseFirestore', '10.25.0'
pod 'FirebaseFirestore', '11.0.0'
end

target 'PluginTests' do
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/CapacitorFirebaseFunctions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'FirebaseFunctions', '~> 10.25'
s.dependency 'FirebaseFunctions', '~> 11.0'
s.swift_version = '5.1'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion packages/functions/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end

target 'Plugin' do
capacitor_pods
pod 'FirebaseFunctions', '10.25.0'
pod 'FirebaseFunctions', '11.0.0'
end

target 'PluginTests' do
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging/CapacitorFirebaseMessaging.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'FirebaseMessaging', '~> 10.25'
s.dependency 'FirebaseMessaging', '~> 11.0'
s.swift_version = '5.1'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion packages/messaging/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end

target 'Plugin' do
capacitor_pods
pod 'FirebaseMessaging', '10.25.0'
pod 'FirebaseMessaging', '11.0.0'
end

target 'PluginTests' do
Expand Down
2 changes: 1 addition & 1 deletion packages/performance/CapacitorFirebasePerformance.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'FirebasePerformance', '~> 10.25'
s.dependency 'FirebasePerformance', '~> 11.0'
s.swift_version = '5.1'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion packages/performance/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end

target 'Plugin' do
capacitor_pods
pod 'FirebasePerformance', '10.25.0'
pod 'FirebasePerformance', '11.0.0'
end

target 'PluginTests' do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'FirebaseRemoteConfig', '~> 10.25'
s.dependency 'FirebaseRemoteConfig', '~> 11.0'
s.swift_version = '5.1'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion packages/remote-config/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end

target 'Plugin' do
capacitor_pods
pod 'FirebaseRemoteConfig', '10.25.0'
pod 'FirebaseRemoteConfig', '11.0.0'
end

target 'PluginTests' do
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/CapacitorFirebaseStorage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'FirebaseStorage', '~> 10.25'
s.dependency 'FirebaseStorage', '~> 11.0'
s.swift_version = '5.1'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion packages/storage/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end

target 'Plugin' do
capacitor_pods
pod 'FirebaseStorage', '10.25.0'
pod 'FirebaseStorage', '11.0.0'
end

target 'PluginTests' do
Expand Down

0 comments on commit a780009

Please sign in to comment.