|
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 */; }; |
|
89 | 93 | B96A96FF25BDEA7D00F42B65 /* DownloaderParameterFactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloaderParameterFactory.swift; sourceTree = "<group>"; }; |
90 | 94 | B96A993B25BE166900F42B65 /* UploaderParameterFactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploaderParameterFactory.swift; sourceTree = "<group>"; }; |
91 | 95 | B96A993C25BE166900F42B65 /* UploadParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploadParameters.swift; sourceTree = "<group>"; }; |
| 96 | + B9854CD5261269350054135B /* BlobSender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlobSender.swift; sourceTree = "<group>"; }; |
| 97 | + B9854CD6261269350054135B /* SenderDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SenderDelegate.swift; sourceTree = "<group>"; }; |
| 98 | + B9854CD8261269350054135B /* SendParameters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendParameters.swift; sourceTree = "<group>"; }; |
| 99 | + B9854CD9261269350054135B /* SenderParameterFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SenderParameterFactory.swift; sourceTree = "<group>"; }; |
92 | 100 | B9AF756E25DF203800B68816 /* CancelController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CancelController.swift; sourceTree = "<group>"; }; |
93 | 101 | B9AF756F25DF203800B68816 /* RequestCanceller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestCanceller.swift; sourceTree = "<group>"; }; |
94 | 102 | 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 = ( |
|
448 | 468 | B96A954A25BD8D3B00F42B65 /* BlobCourierEventEmitter.swift in Sources */, |
449 | 469 | F4FF95D7245B92E800C19C63 /* BlobCourier.swift in Sources */, |
450 | 470 | B96A993D25BE166900F42B65 /* UploaderParameterFactory.swift in Sources */, |
| 471 | + B9854CDA261269B10054135B /* BlobSender.swift in Sources */, |
451 | 472 | B96829DF254EC736002B4B04 /* DownloaderDelegate.swift in Sources */, |
452 | 473 | B96A8FEC25BCB87E00F42B65 /* BlobCourierEventEmitter.m in Sources */, |
453 | 474 | B96A8F0925BCB1DA00F42B65 /* BlobCourier.m in Sources */, |
|
456 | 477 | B96A8E3925BCA76300F42B65 /* BlobCourierDelayedEventEmitter.swift in Sources */, |
457 | 478 | B9AF75BF25DF29DF00B68816 /* CancelParameters.swift in Sources */, |
458 | 479 | B96A889625BC567000F42B65 /* BlobUploader.swift in Sources */, |
| 480 | + B9854CE3261269C10054135B /* SenderParameterFactory.swift in Sources */, |
459 | 481 | B96A96D825BDE55900F42B65 /* DownloadParameters.swift in Sources */, |
460 | 482 | B9AF759125DF263E00B68816 /* CancelController.swift in Sources */, |
461 | 483 | B9AF75C025DF29DF00B68816 /* CancelParameterFactory.swift in Sources */, |
| 484 | + B9854CE0261269BB0054135B /* SendParameters.swift in Sources */, |
462 | 485 | B96A888625BC565300F42B65 /* Errors.swift in Sources */, |
463 | 486 | B96A888425BC565300F42B65 /* Constants.swift in Sources */, |
464 | 487 | B96829D9254EC727002B4B04 /* UploaderDelegate.swift in Sources */, |
| 488 | + B9854CDD261269B60054135B /* SenderDelegate.swift in Sources */, |
465 | 489 | B9AF759925DF264E00B68816 /* RequestCanceller.swift in Sources */, |
466 | 490 | B96A993F25BE166900F42B65 /* UploadParameters.swift in Sources */, |
467 | 491 | ); |
|
0 commit comments