File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ import Foundation
98
98
uploadFetcher. uploadFileURL = fileURL
99
99
uploadFetcher. comment = " File UploadTask "
100
100
101
- if GULAppEnvironmentUtil . isAppExtension ( ) {
101
+ if ! GULAppEnvironmentUtil. supportsBackgroundURLSessionUploads ( ) {
102
102
uploadFetcher. useBackgroundSession = false
103
103
}
104
104
}
Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ let package = Package(
149
149
" 10.0.0 " ..< " 11.0.0 "
150
150
) ,
151
151
. package (
152
- url: " https://github.com/google /GoogleUtilities.git " ,
153
- " 8.0.0 " ..< " 9.0.0 "
152
+ url: " https://github.com/harlanhaskins /GoogleUtilities.git " ,
153
+ branch : " harlan/hi-im-clippy "
154
154
) ,
155
155
. package (
156
156
url: " https://github.com/google/gtm-session-fetcher.git " ,
You can’t perform that action at this time.
0 commit comments