|
34 | 34 | B96A993E25BE166900F42B65 /* UploaderParameterFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96A993B25BE166900F42B65 /* UploaderParameterFactory.swift */; }; |
35 | 35 | B96A993F25BE166900F42B65 /* UploadParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96A993C25BE166900F42B65 /* UploadParameters.swift */; }; |
36 | 36 | B96A994025BE166900F42B65 /* UploadParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96A993C25BE166900F42B65 /* UploadParameters.swift */; }; |
| 37 | + B9854CDA261269B10054135B /* BlobSender.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9854CD5261269350054135B /* BlobSender.swift */; }; |
| 38 | + B9854CDD261269B60054135B /* SenderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9854CD6261269350054135B /* SenderDelegate.swift */; }; |
| 39 | + B9854CE0261269BB0054135B /* SendParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9854CD8261269350054135B /* SendParameters.swift */; }; |
| 40 | + B9854CE3261269C10054135B /* SenderParameterFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9854CD9261269350054135B /* SenderParameterFactory.swift */; }; |
37 | 41 | B9AF759125DF263E00B68816 /* CancelController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9AF756E25DF203800B68816 /* CancelController.swift */; }; |
38 | 42 | B9AF759925DF264E00B68816 /* RequestCanceller.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9AF756F25DF203800B68816 /* RequestCanceller.swift */; }; |
39 | 43 | B9AF75BF25DF29DF00B68816 /* CancelParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9AF75BD25DF29DF00B68816 /* CancelParameters.swift */; }; |
|
88 | 92 | B96A96FF25BDEA7D00F42B65 /* DownloaderParameterFactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloaderParameterFactory.swift; sourceTree = "<group>"; }; |
89 | 93 | B96A993B25BE166900F42B65 /* UploaderParameterFactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploaderParameterFactory.swift; sourceTree = "<group>"; }; |
90 | 94 | B96A993C25BE166900F42B65 /* UploadParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploadParameters.swift; sourceTree = "<group>"; }; |
| 95 | + B9854CD5261269350054135B /* BlobSender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlobSender.swift; sourceTree = "<group>"; }; |
| 96 | + B9854CD6261269350054135B /* SenderDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SenderDelegate.swift; sourceTree = "<group>"; }; |
| 97 | + B9854CD8261269350054135B /* SendParameters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendParameters.swift; sourceTree = "<group>"; }; |
| 98 | + B9854CD9261269350054135B /* SenderParameterFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SenderParameterFactory.swift; sourceTree = "<group>"; }; |
91 | 99 | B9AF756E25DF203800B68816 /* CancelController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CancelController.swift; sourceTree = "<group>"; }; |
92 | 100 | B9AF756F25DF203800B68816 /* RequestCanceller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestCanceller.swift; sourceTree = "<group>"; }; |
93 | 101 | B9AF75BD25DF29DF00B68816 /* CancelParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CancelParameters.swift; sourceTree = "<group>"; }; |
|
149 | 157 | B96A888C25BC566300F42B65 /* Fetch */, |
150 | 158 | B96A88AE25BC5EB800F42B65 /* Progress */, |
151 | 159 | B96A945D25BD86AB00F42B65 /* React */, |
| 160 | + B9854CD4261269350054135B /* Send */, |
152 | 161 | B96A889425BC567000F42B65 /* Upload */, |
153 | 162 | B96829E6254EC872002B4B04 /* BlobCourierTests */, |
154 | 163 | 134814211AA4EA7D00B7C361 /* Products */, |
|
224 | 233 | path = React; |
225 | 234 | sourceTree = "<group>"; |
226 | 235 | }; |
| 236 | + B9854CD4261269350054135B /* Send */ = { |
| 237 | + isa = PBXGroup; |
| 238 | + children = ( |
| 239 | + B9854CD5261269350054135B /* BlobSender.swift */, |
| 240 | + B9854CD6261269350054135B /* SenderDelegate.swift */, |
| 241 | + B9854CD8261269350054135B /* SendParameters.swift */, |
| 242 | + B9854CD9261269350054135B /* SenderParameterFactory.swift */, |
| 243 | + ); |
| 244 | + path = Send; |
| 245 | + sourceTree = "<group>"; |
| 246 | + }; |
227 | 247 | B9AF756D25DF203800B68816 /* Cancel */ = { |
228 | 248 | isa = PBXGroup; |
229 | 249 | children = ( |
|
398 | 418 | B96A954A25BD8D3B00F42B65 /* BlobCourierEventEmitter.swift in Sources */, |
399 | 419 | F4FF95D7245B92E800C19C63 /* BlobCourier.swift in Sources */, |
400 | 420 | B96A993D25BE166900F42B65 /* UploaderParameterFactory.swift in Sources */, |
| 421 | + B9854CDA261269B10054135B /* BlobSender.swift in Sources */, |
401 | 422 | B96829DF254EC736002B4B04 /* DownloaderDelegate.swift in Sources */, |
402 | 423 | B96A8FEC25BCB87E00F42B65 /* BlobCourierEventEmitter.m in Sources */, |
403 | 424 | B96A8F0925BCB1DA00F42B65 /* BlobCourier.m in Sources */, |
|
406 | 427 | B96A8E3925BCA76300F42B65 /* BlobCourierDelayedEventEmitter.swift in Sources */, |
407 | 428 | B9AF75BF25DF29DF00B68816 /* CancelParameters.swift in Sources */, |
408 | 429 | B96A889625BC567000F42B65 /* BlobUploader.swift in Sources */, |
| 430 | + B9854CE3261269C10054135B /* SenderParameterFactory.swift in Sources */, |
409 | 431 | B96A96D825BDE55900F42B65 /* DownloadParameters.swift in Sources */, |
410 | 432 | B9AF759125DF263E00B68816 /* CancelController.swift in Sources */, |
411 | 433 | B9AF75C025DF29DF00B68816 /* CancelParameterFactory.swift in Sources */, |
| 434 | + B9854CE0261269BB0054135B /* SendParameters.swift in Sources */, |
412 | 435 | B96A888625BC565300F42B65 /* Errors.swift in Sources */, |
413 | 436 | B96A888425BC565300F42B65 /* Constants.swift in Sources */, |
414 | 437 | B96829D9254EC727002B4B04 /* UploaderDelegate.swift in Sources */, |
| 438 | + B9854CDD261269B60054135B /* SenderDelegate.swift in Sources */, |
415 | 439 | B9AF759925DF264E00B68816 /* RequestCanceller.swift in Sources */, |
416 | 440 | B96A993F25BE166900F42B65 /* UploadParameters.swift in Sources */, |
417 | 441 | ); |
|
0 commit comments