Skip to content

Commit

Permalink
Add compatibility for GTMSessionFetcher 4 (#13734)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Sep 30, 2024
1 parent a14a2c5 commit 91e6f2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FirebaseAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ supports email and password accounts, as well as several 3rd party authenticatio
s.dependency 'FirebaseCoreExtension', '~> 11.0'
s.dependency 'GoogleUtilities/AppDelegateSwizzler', '~> 8.0'
s.dependency 'GoogleUtilities/Environment', '~> 8.0'
s.dependency 'GTMSessionFetcher/Core', '~> 3.4'
s.dependency 'GTMSessionFetcher/Core', '>= 3.4', '< 5.0'
s.ios.dependency 'RecaptchaInterop', '~> 100.0'
s.test_spec 'unit' do |unit_tests|
unit_tests.scheme = { :code_coverage => true }
Expand Down
2 changes: 1 addition & 1 deletion FirebaseFunctions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Cloud Functions for Firebase.
s.dependency 'FirebaseAuthInterop', '~> 11.0'
s.dependency 'FirebaseMessagingInterop', '~> 11.0'
s.dependency 'FirebaseSharedSwift', '~> 11.0'
s.dependency 'GTMSessionFetcher/Core', '~> 3.4'
s.dependency 'GTMSessionFetcher/Core', '>= 3.4', '< 5.0'

s.test_spec 'objc' do |objc_tests|
objc_tests.platforms = {
Expand Down
2 changes: 1 addition & 1 deletion FirebaseStorage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Firebase Storage provides robust, secure file uploads and downloads from Firebas
s.dependency 'FirebaseAuthInterop', '~> 11.0'
s.dependency 'FirebaseCore', '~> 11.0'
s.dependency 'FirebaseCoreExtension', '~> 11.0'
s.dependency 'GTMSessionFetcher/Core', '~> 3.4'
s.dependency 'GTMSessionFetcher/Core', '>= 3.4', '< 5.0'
s.dependency 'GoogleUtilities/Environment', '~> 8.0'

s.test_spec 'ObjCIntegration' do |objc_tests|
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ let package = Package(
),
.package(
url: "https://github.com/google/gtm-session-fetcher.git",
"3.4.1" ..< "4.0.0"
"3.4.1" ..< "5.0.0"
),
.package(
url: "https://github.com/firebase/nanopb.git",
Expand Down

0 comments on commit 91e6f2b

Please sign in to comment.