From 771722d9abc7a9cd793aae6a941903ebd3386d9f Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Sat, 21 May 2022 11:22:31 +0200 Subject: [PATCH 1/5] feat: update all native dependencies --- packages/analytics/CapacitorFirebaseAnalytics.podspec | 4 ++-- packages/analytics/android/build.gradle | 2 +- packages/analytics/ios/Podfile | 2 +- packages/app/CapacitorFirebaseApp.podspec | 2 +- packages/app/ios/Podfile | 2 +- .../authentication/CapacitorFirebaseAuthentication.podspec | 2 +- packages/authentication/android/build.gradle | 6 +++--- packages/authentication/ios/Podfile | 2 +- packages/crashlytics/CapacitorFirebaseCrashlytics.podspec | 2 +- packages/crashlytics/android/build.gradle | 2 +- packages/crashlytics/ios/Podfile | 2 +- packages/messaging/CapacitorFirebaseMessaging.podspec | 2 +- packages/messaging/android/build.gradle | 2 +- packages/messaging/ios/Podfile | 2 +- packages/performance/CapacitorFirebasePerformance.podspec | 2 +- packages/performance/ios/Podfile | 2 +- 16 files changed, 19 insertions(+), 19 deletions(-) diff --git a/packages/analytics/CapacitorFirebaseAnalytics.podspec b/packages/analytics/CapacitorFirebaseAnalytics.podspec index e636a285..12e14d09 100644 --- a/packages/analytics/CapacitorFirebaseAnalytics.podspec +++ b/packages/analytics/CapacitorFirebaseAnalytics.podspec @@ -22,10 +22,10 @@ Pod::Spec.new do |s| end s.subspec 'Analytics' do |analytics| - analytics.dependency 'Firebase/Analytics', '8.13.0' + analytics.dependency 'Firebase/Analytics', '9.1.0' end s.subspec 'AnalyticsWithoutAdIdSupport' do |analyticsWithoutAdIdSupport| - analyticsWithoutAdIdSupport.dependency 'Firebase/AnalyticsWithoutAdIdSupport', '8.13.0' + analyticsWithoutAdIdSupport.dependency 'Firebase/AnalyticsWithoutAdIdSupport', '9.1.0' end end diff --git a/packages/analytics/android/build.gradle b/packages/analytics/android/build.gradle index 9356ae11..e1cb2e9d 100644 --- a/packages/analytics/android/build.gradle +++ b/packages/analytics/android/build.gradle @@ -3,7 +3,7 @@ ext { androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.2.0' androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.2' androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.3.0' - firebaseAnalyticsVersion = project.hasProperty('firebaseAnalyticsVersion') ? rootProject.ext.firebaseAnalyticsVersion : '20.1.0' + firebaseAnalyticsVersion = project.hasProperty('firebaseAnalyticsVersion') ? rootProject.ext.firebaseAnalyticsVersion : '21.0.0' } buildscript { diff --git a/packages/analytics/ios/Podfile b/packages/analytics/ios/Podfile index 2982101e..66f3f139 100644 --- a/packages/analytics/ios/Podfile +++ b/packages/analytics/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Analytics', '8.13.0' + pod 'Firebase/Analytics', '9.1.0' end target 'PluginTests' do diff --git a/packages/app/CapacitorFirebaseApp.podspec b/packages/app/CapacitorFirebaseApp.podspec index 8752b1b5..d9f7a99d 100644 --- a/packages/app/CapacitorFirebaseApp.podspec +++ b/packages/app/CapacitorFirebaseApp.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Core', '8.13.0' + s.dependency 'Firebase/Core', '9.1.0' s.swift_version = '5.1' s.static_framework = true end diff --git a/packages/app/ios/Podfile b/packages/app/ios/Podfile index 48a59338..78adcfd6 100644 --- a/packages/app/ios/Podfile +++ b/packages/app/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Core', '8.13.0' + pod 'Firebase/Core', '9.1.0' end target 'PluginTests' do diff --git a/packages/authentication/CapacitorFirebaseAuthentication.podspec b/packages/authentication/CapacitorFirebaseAuthentication.podspec index 01f23978..72eb8feb 100644 --- a/packages/authentication/CapacitorFirebaseAuthentication.podspec +++ b/packages/authentication/CapacitorFirebaseAuthentication.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Auth', '8.13.0' + s.dependency 'Firebase/Auth', '9.1.0' s.swift_version = '5.1' s.static_framework = true s.default_subspec = 'Lite' diff --git a/packages/authentication/android/build.gradle b/packages/authentication/android/build.gradle index 2978b2a8..aa4c1a0b 100644 --- a/packages/authentication/android/build.gradle +++ b/packages/authentication/android/build.gradle @@ -5,9 +5,9 @@ ext { androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.3.0' rgcfaIncludeGoogle = project.hasProperty('rgcfaIncludeGoogle') ? rootProject.ext.rgcfaIncludeGoogle : false rgcfaIncludeFacebook = project.hasProperty('rgcfaIncludeFacebook') ? rootProject.ext.rgcfaIncludeFacebook : false - firebaseAuthVersion = project.hasProperty('firebaseAuthVersion') ? rootProject.ext.firebaseAuthVersion : '21.0.1' - playServicesAuthVersion = project.hasProperty('playServicesAuthVersion') ? rootProject.ext.playServicesAuthVersion : '19.0.0' - facebookLoginVersion = project.hasProperty('facebookLoginVersion') ? rootProject.ext.facebookLoginVersion : '11.1.0' + firebaseAuthVersion = project.hasProperty('firebaseAuthVersion') ? rootProject.ext.firebaseAuthVersion : '21.0.4' + playServicesAuthVersion = project.hasProperty('playServicesAuthVersion') ? rootProject.ext.playServicesAuthVersion : '20.2.0' + facebookLoginVersion = project.hasProperty('facebookLoginVersion') ? rootProject.ext.facebookLoginVersion : '13.2.0' } buildscript { diff --git a/packages/authentication/ios/Podfile b/packages/authentication/ios/Podfile index ee0c7b6a..281b5db3 100644 --- a/packages/authentication/ios/Podfile +++ b/packages/authentication/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Auth', '8.13.0' + pod 'Firebase/Auth', '9.1.0' pod 'GoogleSignIn', '6.0.0' pod 'FBSDKCoreKit', '11.1.0' pod 'FBSDKLoginKit', '11.1.0' diff --git a/packages/crashlytics/CapacitorFirebaseCrashlytics.podspec b/packages/crashlytics/CapacitorFirebaseCrashlytics.podspec index 926502d8..a711812f 100644 --- a/packages/crashlytics/CapacitorFirebaseCrashlytics.podspec +++ b/packages/crashlytics/CapacitorFirebaseCrashlytics.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Crashlytics', '8.13.0' + s.dependency 'Firebase/Crashlytics', '9.1.0' s.swift_version = '5.1' s.static_framework = true end diff --git a/packages/crashlytics/android/build.gradle b/packages/crashlytics/android/build.gradle index 09ef3ac8..8d25a202 100644 --- a/packages/crashlytics/android/build.gradle +++ b/packages/crashlytics/android/build.gradle @@ -3,7 +3,7 @@ ext { androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.2.0' androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.2' androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.3.0' - firebaseCrashlyticsVersion = project.hasProperty('firebaseCrashlyticsVersion') ? rootProject.ext.firebaseCrashlyticsVersion : '18.2.9' + firebaseCrashlyticsVersion = project.hasProperty('firebaseCrashlyticsVersion') ? rootProject.ext.firebaseCrashlyticsVersion : '18.2.10' } buildscript { diff --git a/packages/crashlytics/ios/Podfile b/packages/crashlytics/ios/Podfile index d0518ae1..241eb9e2 100644 --- a/packages/crashlytics/ios/Podfile +++ b/packages/crashlytics/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Crashlytics', '8.13.0' + pod 'Firebase/Crashlytics', '9.1.0' end target 'PluginTests' do diff --git a/packages/messaging/CapacitorFirebaseMessaging.podspec b/packages/messaging/CapacitorFirebaseMessaging.podspec index 85d4c9ba..63cc3767 100644 --- a/packages/messaging/CapacitorFirebaseMessaging.podspec +++ b/packages/messaging/CapacitorFirebaseMessaging.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Messaging', '8.13.0' + s.dependency 'Firebase/Messaging', '9.1.0' s.swift_version = '5.1' s.static_framework = true end diff --git a/packages/messaging/android/build.gradle b/packages/messaging/android/build.gradle index ea256a97..ff9e78d4 100644 --- a/packages/messaging/android/build.gradle +++ b/packages/messaging/android/build.gradle @@ -3,7 +3,7 @@ ext { androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.2.0' androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.2' androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.3.0' - firebaseMessagingVersion = project.hasProperty('firebaseMessagingVersion') ? rootProject.ext.firebaseMessagingVersion : '21.1.0' + firebaseMessagingVersion = project.hasProperty('firebaseMessagingVersion') ? rootProject.ext.firebaseMessagingVersion : '23.0.5' } buildscript { diff --git a/packages/messaging/ios/Podfile b/packages/messaging/ios/Podfile index a79d44dd..a80f26fe 100644 --- a/packages/messaging/ios/Podfile +++ b/packages/messaging/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Messaging', '8.13.0' + pod 'Firebase/Messaging', '9.1.0' end target 'PluginTests' do diff --git a/packages/performance/CapacitorFirebasePerformance.podspec b/packages/performance/CapacitorFirebasePerformance.podspec index cd7d8d99..cd8d75cb 100644 --- a/packages/performance/CapacitorFirebasePerformance.podspec +++ b/packages/performance/CapacitorFirebasePerformance.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Performance', '8.13.0' + s.dependency 'Firebase/Performance', '9.1.0' s.swift_version = '5.1' s.static_framework = true end diff --git a/packages/performance/ios/Podfile b/packages/performance/ios/Podfile index 67dee377..919c054c 100644 --- a/packages/performance/ios/Podfile +++ b/packages/performance/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Performance', '8.13.0' + pod 'Firebase/Performance', '9.1.0' end target 'PluginTests' do From 667d2caaa7dce6b5483a3feba9f183b416925c37 Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Sun, 22 May 2022 10:24:42 +0200 Subject: [PATCH 2/5] chore: run `pod install --repo-update` --- packages/analytics/package.json | 2 +- packages/app/package.json | 2 +- packages/authentication/package.json | 2 +- packages/crashlytics/package.json | 2 +- packages/messaging/package.json | 2 +- packages/performance/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/analytics/package.json b/packages/analytics/package.json index b1ce307b..a1cca6d7 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -29,7 +29,7 @@ ], "scripts": { "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", - "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", + "verify:ios": "cd ios && pod install --repo-update && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", "verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:web": "npm run build", "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", diff --git a/packages/app/package.json b/packages/app/package.json index 4f3d86bb..135209f3 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -29,7 +29,7 @@ ], "scripts": { "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", - "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", + "verify:ios": "cd ios && pod install --repo-update && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", "verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:web": "npm run build", "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 1f3326b1..5c471b57 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -29,7 +29,7 @@ ], "scripts": { "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", - "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -sdk iphoneos && cd ..", + "verify:ios": "cd ios && pod install --repo-update && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -sdk iphoneos && cd ..", "verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:web": "npm run build", "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", diff --git a/packages/crashlytics/package.json b/packages/crashlytics/package.json index 07a8c982..d078b926 100644 --- a/packages/crashlytics/package.json +++ b/packages/crashlytics/package.json @@ -29,7 +29,7 @@ ], "scripts": { "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", - "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", + "verify:ios": "cd ios && pod install --repo-update && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", "verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:web": "npm run build", "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 460e5894..7fdc7c3e 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -29,7 +29,7 @@ ], "scripts": { "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", - "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", + "verify:ios": "cd ios && pod install --repo-update && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", "verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:web": "npm run build", "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", diff --git a/packages/performance/package.json b/packages/performance/package.json index f69eae3b..7591c69f 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -29,7 +29,7 @@ ], "scripts": { "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", - "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", + "verify:ios": "cd ios && pod install --repo-update && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", "verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:web": "npm run build", "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", From cd579c4f1c55ed71bb44dc2c798bdf54bcb72bb6 Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Sun, 22 May 2022 10:37:19 +0200 Subject: [PATCH 3/5] chore: downgrade Firebase iOS SDK to `9.0.0` --- packages/analytics/CapacitorFirebaseAnalytics.podspec | 4 ++-- packages/analytics/ios/Podfile | 2 +- packages/analytics/package.json | 2 +- packages/app/CapacitorFirebaseApp.podspec | 2 +- packages/app/ios/Podfile | 2 +- packages/app/package.json | 2 +- .../authentication/CapacitorFirebaseAuthentication.podspec | 2 +- packages/authentication/ios/Podfile | 2 +- packages/authentication/package.json | 2 +- packages/crashlytics/CapacitorFirebaseCrashlytics.podspec | 2 +- packages/crashlytics/ios/Podfile | 2 +- packages/crashlytics/package.json | 2 +- packages/messaging/CapacitorFirebaseMessaging.podspec | 2 +- packages/messaging/ios/Podfile | 2 +- packages/messaging/package.json | 2 +- packages/performance/CapacitorFirebasePerformance.podspec | 2 +- packages/performance/ios/Podfile | 2 +- packages/performance/package.json | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/packages/analytics/CapacitorFirebaseAnalytics.podspec b/packages/analytics/CapacitorFirebaseAnalytics.podspec index 12e14d09..f764d548 100644 --- a/packages/analytics/CapacitorFirebaseAnalytics.podspec +++ b/packages/analytics/CapacitorFirebaseAnalytics.podspec @@ -22,10 +22,10 @@ Pod::Spec.new do |s| end s.subspec 'Analytics' do |analytics| - analytics.dependency 'Firebase/Analytics', '9.1.0' + analytics.dependency 'Firebase/Analytics', '9.0.0' end s.subspec 'AnalyticsWithoutAdIdSupport' do |analyticsWithoutAdIdSupport| - analyticsWithoutAdIdSupport.dependency 'Firebase/AnalyticsWithoutAdIdSupport', '9.1.0' + analyticsWithoutAdIdSupport.dependency 'Firebase/AnalyticsWithoutAdIdSupport', '9.0.0' end end diff --git a/packages/analytics/ios/Podfile b/packages/analytics/ios/Podfile index 66f3f139..cc916260 100644 --- a/packages/analytics/ios/Podfile +++ b/packages/analytics/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Analytics', '9.1.0' + pod 'Firebase/Analytics', '9.0.0' end target 'PluginTests' do diff --git a/packages/analytics/package.json b/packages/analytics/package.json index a1cca6d7..b1ce307b 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -29,7 +29,7 @@ ], "scripts": { "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", - "verify:ios": "cd ios && pod install --repo-update && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", + "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", "verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:web": "npm run build", "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", diff --git a/packages/app/CapacitorFirebaseApp.podspec b/packages/app/CapacitorFirebaseApp.podspec index d9f7a99d..79e8ebd6 100644 --- a/packages/app/CapacitorFirebaseApp.podspec +++ b/packages/app/CapacitorFirebaseApp.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Core', '9.1.0' + s.dependency 'Firebase/Core', '9.0.0' s.swift_version = '5.1' s.static_framework = true end diff --git a/packages/app/ios/Podfile b/packages/app/ios/Podfile index 78adcfd6..085c6688 100644 --- a/packages/app/ios/Podfile +++ b/packages/app/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Core', '9.1.0' + pod 'Firebase/Core', '9.0.0' end target 'PluginTests' do diff --git a/packages/app/package.json b/packages/app/package.json index 135209f3..4f3d86bb 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -29,7 +29,7 @@ ], "scripts": { "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", - "verify:ios": "cd ios && pod install --repo-update && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", + "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", "verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:web": "npm run build", "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", diff --git a/packages/authentication/CapacitorFirebaseAuthentication.podspec b/packages/authentication/CapacitorFirebaseAuthentication.podspec index 805c7dcc..c8fae180 100644 --- a/packages/authentication/CapacitorFirebaseAuthentication.podspec +++ b/packages/authentication/CapacitorFirebaseAuthentication.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Auth', '9.1.0' + s.dependency 'Firebase/Auth', '9.0.0' s.swift_version = '5.1' s.static_framework = true s.default_subspec = 'Lite' diff --git a/packages/authentication/ios/Podfile b/packages/authentication/ios/Podfile index a1dd9f02..0777c9fd 100644 --- a/packages/authentication/ios/Podfile +++ b/packages/authentication/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Auth', '9.1.0' + pod 'Firebase/Auth', '9.0.0' pod 'GoogleSignIn', '6.2.1' pod 'FBSDKCoreKit', '11.1.0' pod 'FBSDKLoginKit', '11.1.0' diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 5c471b57..1f3326b1 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -29,7 +29,7 @@ ], "scripts": { "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", - "verify:ios": "cd ios && pod install --repo-update && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -sdk iphoneos && cd ..", + "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -sdk iphoneos && cd ..", "verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:web": "npm run build", "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", diff --git a/packages/crashlytics/CapacitorFirebaseCrashlytics.podspec b/packages/crashlytics/CapacitorFirebaseCrashlytics.podspec index a711812f..583f4ee4 100644 --- a/packages/crashlytics/CapacitorFirebaseCrashlytics.podspec +++ b/packages/crashlytics/CapacitorFirebaseCrashlytics.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Crashlytics', '9.1.0' + s.dependency 'Firebase/Crashlytics', '9.0.0' s.swift_version = '5.1' s.static_framework = true end diff --git a/packages/crashlytics/ios/Podfile b/packages/crashlytics/ios/Podfile index 241eb9e2..36be258a 100644 --- a/packages/crashlytics/ios/Podfile +++ b/packages/crashlytics/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Crashlytics', '9.1.0' + pod 'Firebase/Crashlytics', '9.0.0' end target 'PluginTests' do diff --git a/packages/crashlytics/package.json b/packages/crashlytics/package.json index d078b926..07a8c982 100644 --- a/packages/crashlytics/package.json +++ b/packages/crashlytics/package.json @@ -29,7 +29,7 @@ ], "scripts": { "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", - "verify:ios": "cd ios && pod install --repo-update && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", + "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", "verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:web": "npm run build", "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", diff --git a/packages/messaging/CapacitorFirebaseMessaging.podspec b/packages/messaging/CapacitorFirebaseMessaging.podspec index 63cc3767..88de488b 100644 --- a/packages/messaging/CapacitorFirebaseMessaging.podspec +++ b/packages/messaging/CapacitorFirebaseMessaging.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Messaging', '9.1.0' + s.dependency 'Firebase/Messaging', '9.0.0' s.swift_version = '5.1' s.static_framework = true end diff --git a/packages/messaging/ios/Podfile b/packages/messaging/ios/Podfile index a80f26fe..0ccba403 100644 --- a/packages/messaging/ios/Podfile +++ b/packages/messaging/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Messaging', '9.1.0' + pod 'Firebase/Messaging', '9.0.0' end target 'PluginTests' do diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 7fdc7c3e..460e5894 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -29,7 +29,7 @@ ], "scripts": { "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", - "verify:ios": "cd ios && pod install --repo-update && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", + "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", "verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:web": "npm run build", "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", diff --git a/packages/performance/CapacitorFirebasePerformance.podspec b/packages/performance/CapacitorFirebasePerformance.podspec index cd8d75cb..99182807 100644 --- a/packages/performance/CapacitorFirebasePerformance.podspec +++ b/packages/performance/CapacitorFirebasePerformance.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Performance', '9.1.0' + s.dependency 'Firebase/Performance', '9.0.0' s.swift_version = '5.1' s.static_framework = true end diff --git a/packages/performance/ios/Podfile b/packages/performance/ios/Podfile index 919c054c..9e469d7a 100644 --- a/packages/performance/ios/Podfile +++ b/packages/performance/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Performance', '9.1.0' + pod 'Firebase/Performance', '9.0.0' end target 'PluginTests' do diff --git a/packages/performance/package.json b/packages/performance/package.json index 7591c69f..f69eae3b 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -29,7 +29,7 @@ ], "scripts": { "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", - "verify:ios": "cd ios && pod install --repo-update && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", + "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..", "verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:web": "npm run build", "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint", From 5779cb13d8b2bd22488c0f5a6e5d4a18f47475ce Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Sat, 28 May 2022 14:18:11 +0200 Subject: [PATCH 4/5] chore(deps): update pods to `9.1.0` --- packages/analytics/CapacitorFirebaseAnalytics.podspec | 4 ++-- packages/analytics/ios/Podfile | 2 +- packages/app/CapacitorFirebaseApp.podspec | 2 +- packages/app/ios/Podfile | 2 +- .../authentication/CapacitorFirebaseAuthentication.podspec | 2 +- packages/authentication/ios/Podfile | 2 +- packages/crashlytics/CapacitorFirebaseCrashlytics.podspec | 2 +- packages/crashlytics/ios/Podfile | 2 +- packages/messaging/CapacitorFirebaseMessaging.podspec | 2 +- packages/messaging/ios/Podfile | 2 +- packages/performance/CapacitorFirebasePerformance.podspec | 2 +- packages/performance/ios/Podfile | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/analytics/CapacitorFirebaseAnalytics.podspec b/packages/analytics/CapacitorFirebaseAnalytics.podspec index f764d548..12e14d09 100644 --- a/packages/analytics/CapacitorFirebaseAnalytics.podspec +++ b/packages/analytics/CapacitorFirebaseAnalytics.podspec @@ -22,10 +22,10 @@ Pod::Spec.new do |s| end s.subspec 'Analytics' do |analytics| - analytics.dependency 'Firebase/Analytics', '9.0.0' + analytics.dependency 'Firebase/Analytics', '9.1.0' end s.subspec 'AnalyticsWithoutAdIdSupport' do |analyticsWithoutAdIdSupport| - analyticsWithoutAdIdSupport.dependency 'Firebase/AnalyticsWithoutAdIdSupport', '9.0.0' + analyticsWithoutAdIdSupport.dependency 'Firebase/AnalyticsWithoutAdIdSupport', '9.1.0' end end diff --git a/packages/analytics/ios/Podfile b/packages/analytics/ios/Podfile index cc916260..66f3f139 100644 --- a/packages/analytics/ios/Podfile +++ b/packages/analytics/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Analytics', '9.0.0' + pod 'Firebase/Analytics', '9.1.0' end target 'PluginTests' do diff --git a/packages/app/CapacitorFirebaseApp.podspec b/packages/app/CapacitorFirebaseApp.podspec index 79e8ebd6..d9f7a99d 100644 --- a/packages/app/CapacitorFirebaseApp.podspec +++ b/packages/app/CapacitorFirebaseApp.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Core', '9.0.0' + s.dependency 'Firebase/Core', '9.1.0' s.swift_version = '5.1' s.static_framework = true end diff --git a/packages/app/ios/Podfile b/packages/app/ios/Podfile index 085c6688..78adcfd6 100644 --- a/packages/app/ios/Podfile +++ b/packages/app/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Core', '9.0.0' + pod 'Firebase/Core', '9.1.0' end target 'PluginTests' do diff --git a/packages/authentication/CapacitorFirebaseAuthentication.podspec b/packages/authentication/CapacitorFirebaseAuthentication.podspec index c8fae180..805c7dcc 100644 --- a/packages/authentication/CapacitorFirebaseAuthentication.podspec +++ b/packages/authentication/CapacitorFirebaseAuthentication.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Auth', '9.0.0' + s.dependency 'Firebase/Auth', '9.1.0' s.swift_version = '5.1' s.static_framework = true s.default_subspec = 'Lite' diff --git a/packages/authentication/ios/Podfile b/packages/authentication/ios/Podfile index 0777c9fd..a1dd9f02 100644 --- a/packages/authentication/ios/Podfile +++ b/packages/authentication/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Auth', '9.0.0' + pod 'Firebase/Auth', '9.1.0' pod 'GoogleSignIn', '6.2.1' pod 'FBSDKCoreKit', '11.1.0' pod 'FBSDKLoginKit', '11.1.0' diff --git a/packages/crashlytics/CapacitorFirebaseCrashlytics.podspec b/packages/crashlytics/CapacitorFirebaseCrashlytics.podspec index 583f4ee4..a711812f 100644 --- a/packages/crashlytics/CapacitorFirebaseCrashlytics.podspec +++ b/packages/crashlytics/CapacitorFirebaseCrashlytics.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Crashlytics', '9.0.0' + s.dependency 'Firebase/Crashlytics', '9.1.0' s.swift_version = '5.1' s.static_framework = true end diff --git a/packages/crashlytics/ios/Podfile b/packages/crashlytics/ios/Podfile index 36be258a..241eb9e2 100644 --- a/packages/crashlytics/ios/Podfile +++ b/packages/crashlytics/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Crashlytics', '9.0.0' + pod 'Firebase/Crashlytics', '9.1.0' end target 'PluginTests' do diff --git a/packages/messaging/CapacitorFirebaseMessaging.podspec b/packages/messaging/CapacitorFirebaseMessaging.podspec index 88de488b..63cc3767 100644 --- a/packages/messaging/CapacitorFirebaseMessaging.podspec +++ b/packages/messaging/CapacitorFirebaseMessaging.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Messaging', '9.0.0' + s.dependency 'Firebase/Messaging', '9.1.0' s.swift_version = '5.1' s.static_framework = true end diff --git a/packages/messaging/ios/Podfile b/packages/messaging/ios/Podfile index 0ccba403..a80f26fe 100644 --- a/packages/messaging/ios/Podfile +++ b/packages/messaging/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Messaging', '9.0.0' + pod 'Firebase/Messaging', '9.1.0' end target 'PluginTests' do diff --git a/packages/performance/CapacitorFirebasePerformance.podspec b/packages/performance/CapacitorFirebasePerformance.podspec index 99182807..cd8d75cb 100644 --- a/packages/performance/CapacitorFirebasePerformance.podspec +++ b/packages/performance/CapacitorFirebasePerformance.podspec @@ -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 = '12.0' s.dependency 'Capacitor' - s.dependency 'Firebase/Performance', '9.0.0' + s.dependency 'Firebase/Performance', '9.1.0' s.swift_version = '5.1' s.static_framework = true end diff --git a/packages/performance/ios/Podfile b/packages/performance/ios/Podfile index 9e469d7a..919c054c 100644 --- a/packages/performance/ios/Podfile +++ b/packages/performance/ios/Podfile @@ -9,7 +9,7 @@ end target 'Plugin' do capacitor_pods - pod 'Firebase/Performance', '9.0.0' + pod 'Firebase/Performance', '9.1.0' end target 'PluginTests' do From 8421a02ffb65f9a5fa4fd322517e584fb00abe61 Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Sat, 28 May 2022 15:01:43 +0200 Subject: [PATCH 5/5] add changeset --- .changeset/orange-lemons-explode.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/orange-lemons-explode.md diff --git a/.changeset/orange-lemons-explode.md b/.changeset/orange-lemons-explode.md new file mode 100644 index 00000000..44fe8cf8 --- /dev/null +++ b/.changeset/orange-lemons-explode.md @@ -0,0 +1,10 @@ +--- +"@capacitor-firebase/analytics": patch +"@capacitor-firebase/app": patch +"@capacitor-firebase/authentication": patch +"@capacitor-firebase/crashlytics": patch +"@capacitor-firebase/messaging": patch +"@capacitor-firebase/performance": patch +--- + +chore(deps): update native dependencies