From 2c81701e98058dd624ad927ace8ac574624d4f01 Mon Sep 17 00:00:00 2001 From: Themis wang Date: Tue, 5 Dec 2023 18:45:06 -0500 Subject: [PATCH] fix pod dependency --- .../TestEnvironments/Cocoapods_multiprojects_frameworks/Podfile | 1 + CoreOnly/Tests/FirebasePodTest/Podfile | 1 + FirebaseRemoteConfig.podspec | 2 +- FirebaseRemoteConfig/Tests/Sample/Podfile | 1 + scripts/localize_podfile.swift | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Podfile b/CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Podfile index 3307b3c53c7f..9741e179cf3a 100644 --- a/CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Podfile +++ b/CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Podfile @@ -25,6 +25,7 @@ target 'CocoapodsIntegrationTest' do pod 'FirebaseInstallations', :path => '../' pod 'FirebaseMessaging', :path => '../' pod 'FirebaseMessagingInterop', :path => '../' + pod 'FirebaseRemoteConfigInterop', :path => '../' pod 'FirebasePerformance', :path => '../' pod 'FirebaseStorage', :path => '../' end diff --git a/CoreOnly/Tests/FirebasePodTest/Podfile b/CoreOnly/Tests/FirebasePodTest/Podfile index dfe7a0fa5575..1e7dacbdb175 100644 --- a/CoreOnly/Tests/FirebasePodTest/Podfile +++ b/CoreOnly/Tests/FirebasePodTest/Podfile @@ -33,6 +33,7 @@ target 'FirebasePodTest' do pod 'FirebaseAppCheckInterop', :path => '../../../' pod 'FirebaseAuthInterop', :path => '../../../' pod 'FirebaseMessagingInterop', :path => '../../../' + pod 'FirebaseRemoteConfigInterop', :path => '../../../' pod 'FirebaseCoreInternal', :path => '../../../' pod 'FirebaseCoreExtension', :path => '../../../' pod 'FirebaseSessions', :path => '../../../' diff --git a/FirebaseRemoteConfig.podspec b/FirebaseRemoteConfig.podspec index d12b89a426a4..755574134d62 100644 --- a/FirebaseRemoteConfig.podspec +++ b/FirebaseRemoteConfig.podspec @@ -53,7 +53,7 @@ app update. s.dependency 'FirebaseInstallations', '~> 10.0' s.dependency 'GoogleUtilities/Environment', '~> 7.8' s.dependency 'GoogleUtilities/NSData+zlib', '~> 7.8' - s.dependency 'FirebaseRemoteConfigInterop', '~> 10.0' + s.dependency 'FirebaseRemoteConfigInterop', '~> 10.20' s.test_spec 'unit' do |unit_tests| unit_tests.scheme = { :code_coverage => true } diff --git a/FirebaseRemoteConfig/Tests/Sample/Podfile b/FirebaseRemoteConfig/Tests/Sample/Podfile index 961df70b58ed..bfff53e6feae 100644 --- a/FirebaseRemoteConfig/Tests/Sample/Podfile +++ b/FirebaseRemoteConfig/Tests/Sample/Podfile @@ -14,6 +14,7 @@ target 'RemoteConfigSampleApp' do pod 'FirebaseInstallations', :path => '../../../' pod 'FirebaseRemoteConfig', :path => '../../../' pod 'FirebaseABTesting', :path => '../../..' + pod 'FirebaseRemoteConfigInterop', :path => '../../..' # Pods for RemoteConfigSampleApp diff --git a/scripts/localize_podfile.swift b/scripts/localize_podfile.swift index f07cb3124a0c..8b60a2cbdd5f 100755 --- a/scripts/localize_podfile.swift +++ b/scripts/localize_podfile.swift @@ -39,6 +39,7 @@ let implicitPods = [ "FirebaseAppCheckInterop", "FirebaseAuthInterop", "FirebaseMessagingInterop", "FirebaseCoreInternal", "FirebaseSessions", "FirebaseSharedSwift", + "FirebaseRemoteConfigInterop", ] let binaryPods = [