Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions FirebaseCore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Firebase 9.5.0
- [fixed] Zip Distribution Fixed Promises module name issue impacting lld builds. (#10071)
- [fixed] Limit dependency GTMSessionFetcher version update to < 2.1.0 to avoid a new deprecation
warning. (#10123)

# Firebase 9.4.1
- [fixed] Swift Package Manager only release to fix a 9.4.0 tagging issue impacting some users. (#10083)
Expand Down
2 changes: 1 addition & 1 deletion FirebaseStorageInternal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Objective-C Implementations for FirebaseStorage. This pod should not be directly
s.osx.framework = 'CoreServices'

s.dependency 'FirebaseCore', '~> 9.0'
s.dependency 'GTMSessionFetcher/Core', '>= 1.7', '< 3.0'
s.dependency 'GTMSessionFetcher/Core', '>= 1.7', '< 2.1'
s.pod_target_xcconfig = {
'GCC_C_LANGUAGE_STANDARD' => 'c99',
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ let package = Package(
.package(
name: "GTMSessionFetcher",
url: "https://github.com/google/gtm-session-fetcher.git",
"1.7.2" ..< "3.0.0"
"1.7.2" ..< "2.1.0"
),
.package(
name: "nanopb",
Expand Down