Skip to content

Commit

Permalink
fix pod dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
themiswang committed Dec 6, 2023
1 parent 3bd59f0 commit 2c81701
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CoreOnly/Tests/FirebasePodTest/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 => '../../../'
Expand Down
2 changes: 1 addition & 1 deletion FirebaseRemoteConfig.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
1 change: 1 addition & 0 deletions FirebaseRemoteConfig/Tests/Sample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ target 'RemoteConfigSampleApp' do
pod 'FirebaseInstallations', :path => '../../../'
pod 'FirebaseRemoteConfig', :path => '../../../'
pod 'FirebaseABTesting', :path => '../../..'
pod 'FirebaseRemoteConfigInterop', :path => '../../..'

# Pods for RemoteConfigSampleApp

Expand Down
1 change: 1 addition & 0 deletions scripts/localize_podfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ let implicitPods = [
"FirebaseAppCheckInterop", "FirebaseAuthInterop",
"FirebaseMessagingInterop", "FirebaseCoreInternal",
"FirebaseSessions", "FirebaseSharedSwift",
"FirebaseRemoteConfigInterop",
]

let binaryPods = [
Expand Down

0 comments on commit 2c81701

Please sign in to comment.