We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96d7d9 commit c92e296Copy full SHA for c92e296
FirebaseStorage/Sources/StorageUploadTask.swift
@@ -98,7 +98,7 @@ import Foundation
98
uploadFetcher.uploadFileURL = fileURL
99
uploadFetcher.comment = "File UploadTask"
100
101
- if GULAppEnvironmentUtil.isAppExtension() {
+ if !GULAppEnvironmentUtil.supportsBackgroundURLSessionUploads() {
102
uploadFetcher.useBackgroundSession = false
103
}
104
Package.swift
@@ -149,8 +149,8 @@ let package = Package(
149
"10.0.0" ..< "11.0.0"
150
),
151
.package(
152
- url: "https://github.com/google/GoogleUtilities.git",
153
- "8.0.0" ..< "9.0.0"
+ url: "https://github.com/harlanhaskins/GoogleUtilities.git",
+ branch: "harlan/hi-im-clippy"
154
155
156
url: "https://github.com/google/gtm-session-fetcher.git",
0 commit comments