|
33 | 33 | B96A993E25BE166900F42B65 /* UploaderParameterFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96A993B25BE166900F42B65 /* UploaderParameterFactory.swift */; }; |
34 | 34 | B96A993F25BE166900F42B65 /* UploadParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96A993C25BE166900F42B65 /* UploadParameters.swift */; }; |
35 | 35 | B96A994025BE166900F42B65 /* UploadParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = B96A993C25BE166900F42B65 /* UploadParameters.swift */; }; |
| 36 | + B9854CDA261269B10054135B /* BlobSender.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9854CD5261269350054135B /* BlobSender.swift */; }; |
| 37 | + B9854CDD261269B60054135B /* SenderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9854CD6261269350054135B /* SenderDelegate.swift */; }; |
| 38 | + B9854CE0261269BB0054135B /* SendParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9854CD8261269350054135B /* SendParameters.swift */; }; |
| 39 | + B9854CE3261269C10054135B /* SenderParameterFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9854CD9261269350054135B /* SenderParameterFactory.swift */; }; |
36 | 40 | B9AF759125DF263E00B68816 /* CancelController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9AF756E25DF203800B68816 /* CancelController.swift */; }; |
37 | 41 | B9AF759925DF264E00B68816 /* RequestCanceller.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9AF756F25DF203800B68816 /* RequestCanceller.swift */; }; |
38 | 42 | B9AF75BF25DF29DF00B68816 /* CancelParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9AF75BD25DF29DF00B68816 /* CancelParameters.swift */; }; |
|
87 | 91 | B96A96FF25BDEA7D00F42B65 /* DownloaderParameterFactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloaderParameterFactory.swift; sourceTree = "<group>"; }; |
88 | 92 | B96A993B25BE166900F42B65 /* UploaderParameterFactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploaderParameterFactory.swift; sourceTree = "<group>"; }; |
89 | 93 | B96A993C25BE166900F42B65 /* UploadParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploadParameters.swift; sourceTree = "<group>"; }; |
| 94 | + B9854CD5261269350054135B /* BlobSender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlobSender.swift; sourceTree = "<group>"; }; |
| 95 | + B9854CD6261269350054135B /* SenderDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SenderDelegate.swift; sourceTree = "<group>"; }; |
| 96 | + B9854CD8261269350054135B /* SendParameters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendParameters.swift; sourceTree = "<group>"; }; |
| 97 | + B9854CD9261269350054135B /* SenderParameterFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SenderParameterFactory.swift; sourceTree = "<group>"; }; |
90 | 98 | B9AF756E25DF203800B68816 /* CancelController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CancelController.swift; sourceTree = "<group>"; }; |
91 | 99 | B9AF756F25DF203800B68816 /* RequestCanceller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestCanceller.swift; sourceTree = "<group>"; }; |
92 | 100 | B9AF75BD25DF29DF00B68816 /* CancelParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CancelParameters.swift; sourceTree = "<group>"; }; |
|
162 | 170 | B96A888C25BC566300F42B65 /* Fetch */, |
163 | 171 | B96A88AE25BC5EB800F42B65 /* Progress */, |
164 | 172 | B96A945D25BD86AB00F42B65 /* React */, |
| 173 | + B9854CD4261269350054135B /* Send */, |
165 | 174 | B96A889425BC567000F42B65 /* Upload */, |
166 | 175 | B96829E6254EC872002B4B04 /* BlobCourierTests */, |
167 | 176 | 134814211AA4EA7D00B7C361 /* Products */, |
|
228 | 237 | path = React; |
229 | 238 | sourceTree = "<group>"; |
230 | 239 | }; |
| 240 | + B9854CD4261269350054135B /* Send */ = { |
| 241 | + isa = PBXGroup; |
| 242 | + children = ( |
| 243 | + B9854CD5261269350054135B /* BlobSender.swift */, |
| 244 | + B9854CD6261269350054135B /* SenderDelegate.swift */, |
| 245 | + B9854CD8261269350054135B /* SendParameters.swift */, |
| 246 | + B9854CD9261269350054135B /* SenderParameterFactory.swift */, |
| 247 | + ); |
| 248 | + path = Send; |
| 249 | + sourceTree = "<group>"; |
| 250 | + }; |
231 | 251 | B9AF756D25DF203800B68816 /* Cancel */ = { |
232 | 252 | isa = PBXGroup; |
233 | 253 | children = ( |
|
402 | 422 | B96A954A25BD8D3B00F42B65 /* BlobCourierEventEmitter.swift in Sources */, |
403 | 423 | F4FF95D7245B92E800C19C63 /* BlobCourier.swift in Sources */, |
404 | 424 | B96A993D25BE166900F42B65 /* UploaderParameterFactory.swift in Sources */, |
| 425 | + B9854CDA261269B10054135B /* BlobSender.swift in Sources */, |
405 | 426 | B96829DF254EC736002B4B04 /* DownloaderDelegate.swift in Sources */, |
406 | 427 | B96A8FEC25BCB87E00F42B65 /* BlobCourierEventEmitter.m in Sources */, |
407 | 428 | B96A8F0925BCB1DA00F42B65 /* BlobCourier.m in Sources */, |
|
410 | 431 | B96A8E3925BCA76300F42B65 /* BlobCourierDelayedEventEmitter.swift in Sources */, |
411 | 432 | B9AF75BF25DF29DF00B68816 /* CancelParameters.swift in Sources */, |
412 | 433 | B96A889625BC567000F42B65 /* BlobUploader.swift in Sources */, |
| 434 | + B9854CE3261269C10054135B /* SenderParameterFactory.swift in Sources */, |
413 | 435 | B96A96D825BDE55900F42B65 /* DownloadParameters.swift in Sources */, |
414 | 436 | B9AF759125DF263E00B68816 /* CancelController.swift in Sources */, |
415 | 437 | B9AF75C025DF29DF00B68816 /* CancelParameterFactory.swift in Sources */, |
| 438 | + B9854CE0261269BB0054135B /* SendParameters.swift in Sources */, |
416 | 439 | B96A888625BC565300F42B65 /* Errors.swift in Sources */, |
417 | 440 | B96A888425BC565300F42B65 /* Constants.swift in Sources */, |
418 | 441 | B96829D9254EC727002B4B04 /* UploaderDelegate.swift in Sources */, |
| 442 | + B9854CDD261269B60054135B /* SenderDelegate.swift in Sources */, |
419 | 443 | B9AF759925DF264E00B68816 /* RequestCanceller.swift in Sources */, |
420 | 444 | B96A993F25BE166900F42B65 /* UploadParameters.swift in Sources */, |
421 | 445 | ); |
|
0 commit comments