Skip to content

Commit 09ae075

Browse files
authored
Enable GTMSessionFetcher 3.x (#10467)
1 parent 0dd5b06 commit 09ae075

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

FirebaseAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ supports email and password accounts, as well as several 3rd party authenticatio
5454
s.dependency 'FirebaseCore', '~> 10.0'
5555
s.dependency 'GoogleUtilities/AppDelegateSwizzler', '~> 7.8'
5656
s.dependency 'GoogleUtilities/Environment', '~> 7.8'
57-
s.dependency 'GTMSessionFetcher/Core', '~> 2.1'
57+
s.dependency 'GTMSessionFetcher/Core', '>= 2.1', '< 4.0'
5858

5959
# Using environment variable because of the dependency on the unpublished
6060
# HeartbeatLoggingTestUtils.

FirebaseCore/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Firebase 10.2.0
2+
- Update GTMSessionFetcher dependency specifications to enable support for the compatible
3+
GTMSessionFetcher 3.x versions.
4+
15
# Firebase 10.1.0
26
- [changed] Bitcode is no longer included in Firebase binary distributions. Xcode 14 does not
37
support bitcode. tvOS apps using a Firebase binary distribution will now need to use

FirebaseFunctions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Cloud Functions for Firebase.
4343
s.dependency 'FirebaseAuthInterop', '~> 10.0'
4444
s.dependency 'FirebaseMessagingInterop', '~> 10.0'
4545
s.dependency 'FirebaseSharedSwift', '~> 10.0'
46-
s.dependency 'GTMSessionFetcher/Core', '~> 2.1'
46+
s.dependency 'GTMSessionFetcher/Core', '>= 2.1', '< 4.0'
4747

4848
s.test_spec 'objc' do |objc_tests|
4949
objc_tests.platforms = {

FirebaseStorage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Firebase Storage provides robust, secure file uploads and downloads from Firebas
4141
s.dependency 'FirebaseAuthInterop', '~> 10.0'
4242
s.dependency 'FirebaseCore', '~> 10.0'
4343
s.dependency 'FirebaseCoreExtension', '~> 10.0'
44-
s.dependency 'GTMSessionFetcher/Core', '~> 2.1'
44+
s.dependency 'GTMSessionFetcher/Core', '>= 2.1', '< 4.0'
4545

4646
s.test_spec 'ObjCIntegration' do |objc_tests|
4747
objc_tests.scheme = { :code_coverage => true }

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ let package = Package(
165165
.package(
166166
name: "GTMSessionFetcher",
167167
url: "https://github.com/google/gtm-session-fetcher.git",
168-
"2.1.0" ..< "3.0.0"
168+
"2.1.0" ..< "4.0.0"
169169
),
170170
.package(
171171
name: "nanopb",

0 commit comments

Comments
 (0)