|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 450FE2D52539B60F0035D67C /* URL+Deletable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450FE2D42539B60F0035D67C /* URL+Deletable.swift */; }; |
| 11 | + 450FE2D92539B6160035D67C /* Deletable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450FE2D82539B6160035D67C /* Deletable.swift */; }; |
10 | 12 | 45825B192524DB86002F3310 /* Alamofire in Frameworks */ = {isa = PBXBuildFile; productRef = 45825B182524DB86002F3310 /* Alamofire */; };
|
11 | 13 | 45825B2B2524DE46002F3310 /* FilestackSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "FilestackSDK::FilestackSDK::Product" /* FilestackSDK.framework */; };
|
12 | 14 | 45825B352524DE5D002F3310 /* BaseOperationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_164 /* BaseOperationTests.swift */; };
|
|
174 | 176 | /* End PBXContainerItemProxy section */
|
175 | 177 |
|
176 | 178 | /* Begin PBXFileReference section */
|
| 179 | + 450FE2D42539B60F0035D67C /* URL+Deletable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "URL+Deletable.swift"; sourceTree = "<group>"; }; |
| 180 | + 450FE2D82539B6160035D67C /* Deletable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Deletable.swift; sourceTree = "<group>"; }; |
177 | 181 | 45825B262524DE46002F3310 /* FilestackSDKTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FilestackSDKTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
178 | 182 | 45825B702524E07F002F3310 /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
|
179 | 183 | 45825B742524E315002F3310 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VERSION; sourceTree = SOURCE_ROOT; };
|
|
426 | 430 | 45825B962524E389002F3310 /* Extensions */ = {
|
427 | 431 | isa = PBXGroup;
|
428 | 432 | children = (
|
| 433 | + 450FE2D42539B60F0035D67C /* URL+Deletable.swift */, |
429 | 434 | 45825B972524E389002F3310 /* Uploadable+reader.swift */,
|
430 | 435 | 45825B982524E389002F3310 /* NetworkingServiceWithBaseURL+buildURL.swift */,
|
431 | 436 | 45825B992524E389002F3310 /* SessionManager+filestackDefault.swift */,
|
|
440 | 445 | 45825B9F2524E389002F3310 /* Protocols */ = {
|
441 | 446 | isa = PBXGroup;
|
442 | 447 | children = (
|
| 448 | + 450FE2D82539B6160035D67C /* Deletable.swift */, |
443 | 449 | 45825BA02524E389002F3310 /* NetworkingService.swift */,
|
444 | 450 | 45825BA12524E389002F3310 /* SubmitPartUploadOperation.swift */,
|
445 | 451 | 45825BA22524E389002F3310 /* UploadableReader.swift */,
|
|
857 | 863 | isa = PBXSourcesBuildPhase;
|
858 | 864 | buildActionMask = 0;
|
859 | 865 | files = (
|
| 866 | + 450FE2D52539B60F0035D67C /* URL+Deletable.swift in Sources */, |
860 | 867 | 45825C6A2524E38B002F3310 /* PolaroidTransform.swift in Sources */,
|
861 | 868 | 45825C5E2524E38B002F3310 /* BaseOperation.swift in Sources */,
|
862 | 869 | 45825C952524E38C002F3310 /* SepiaTransform.swift in Sources */,
|
863 | 870 | 45825C8E2524E38C002F3310 /* DetectFacesTransform.swift in Sources */,
|
864 | 871 | 45825C9D2524E38C002F3310 /* Monitorizable.swift in Sources */,
|
865 | 872 | 45825C422524E38A002F3310 /* TransformPageOrientation.swift in Sources */,
|
866 | 873 | 45825C452524E38A002F3310 /* TransformStyleMode.swift in Sources */,
|
| 874 | + 450FE2D92539B6160035D67C /* Deletable.swift in Sources */, |
867 | 875 | 45825C5B2524E38B002F3310 /* DataResponse.swift in Sources */,
|
868 | 876 | 45825C772524E38B002F3310 /* MonochromeTransform.swift in Sources */,
|
869 | 877 | 45825C232524E38A002F3310 /* Loggers.swift in Sources */,
|
|
0 commit comments