Skip to content

Commit

Permalink
fix: update Firebase iOS SDK to 10.25 (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Jun 17, 2024
1 parent f140e0b commit f597638
Show file tree
Hide file tree
Showing 21 changed files with 35 additions and 21 deletions.
14 changes: 14 additions & 0 deletions .changeset/nasty-mayflies-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'@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/messaging': patch
'@capacitor-firebase/performance': patch
'@capacitor-firebase/remote-config': patch
'@capacitor-firebase/storage': patch
---

chore(deps): update Firebase iOS SDK to 10.25
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.24'
analytics.dependency 'FirebaseAnalytics', '~> 10.25'
end

s.subspec 'AnalyticsWithoutAdIdSupport' do |analyticsWithoutAdIdSupport|
analyticsWithoutAdIdSupport.dependency 'FirebaseAnalytics/WithoutAdIdSupport', '~> 10.24'
analyticsWithoutAdIdSupport.dependency 'FirebaseAnalytics/WithoutAdIdSupport', '~> 10.25'
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.24.0'
pod 'FirebaseAnalytics', '10.25.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.24'
s.dependency 'FirebaseAppCheck', '~> 10.25'
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.24.0'
pod 'FirebaseAppCheck', '10.25.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.24'
s.dependency 'FirebaseCore', '~> 10.25'
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.24.0'
pod 'FirebaseCore', '10.25.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.24'
s.dependency 'FirebaseAuth', '~> 10.25'
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.24.0'
pod 'FirebaseAuth', '10.25.0'
pod 'GoogleSignIn', '7.0.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.24'
s.dependency 'FirebaseCrashlytics', '~> 10.25'
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.24.0'
pod 'FirebaseCrashlytics', '10.25.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.24'
s.dependency 'FirebaseFirestore', '~> 10.25'
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.24.0'
pod 'FirebaseFirestore', '10.25.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.24'
s.dependency 'FirebaseMessaging', '~> 10.25'
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.24.0'
pod 'FirebaseMessaging', '10.25.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.24'
s.dependency 'FirebasePerformance', '~> 10.25'
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.24.0'
pod 'FirebasePerformance', '10.25.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.24'
s.dependency 'FirebaseRemoteConfig', '~> 10.25'
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.24.0'
pod 'FirebaseRemoteConfig', '10.25.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.24'
s.dependency 'FirebaseStorage', '~> 10.25'
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.24.0'
pod 'FirebaseStorage', '10.25.0'
end

target 'PluginTests' do
Expand Down

0 comments on commit f597638

Please sign in to comment.