Skip to content

Commit aa6a3fd

Browse files
committed
Updating .xcodeproj
1 parent f6ebb34 commit aa6a3fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

FilestackSDK.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
objects = {
88

99
/* 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 */; };
1012
45825B192524DB86002F3310 /* Alamofire in Frameworks */ = {isa = PBXBuildFile; productRef = 45825B182524DB86002F3310 /* Alamofire */; };
1113
45825B2B2524DE46002F3310 /* FilestackSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "FilestackSDK::FilestackSDK::Product" /* FilestackSDK.framework */; };
1214
45825B352524DE5D002F3310 /* BaseOperationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_164 /* BaseOperationTests.swift */; };
@@ -174,6 +176,8 @@
174176
/* End PBXContainerItemProxy section */
175177

176178
/* 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>"; };
177181
45825B262524DE46002F3310 /* FilestackSDKTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FilestackSDKTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
178182
45825B702524E07F002F3310 /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
179183
45825B742524E315002F3310 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VERSION; sourceTree = SOURCE_ROOT; };
@@ -426,6 +430,7 @@
426430
45825B962524E389002F3310 /* Extensions */ = {
427431
isa = PBXGroup;
428432
children = (
433+
450FE2D42539B60F0035D67C /* URL+Deletable.swift */,
429434
45825B972524E389002F3310 /* Uploadable+reader.swift */,
430435
45825B982524E389002F3310 /* NetworkingServiceWithBaseURL+buildURL.swift */,
431436
45825B992524E389002F3310 /* SessionManager+filestackDefault.swift */,
@@ -440,6 +445,7 @@
440445
45825B9F2524E389002F3310 /* Protocols */ = {
441446
isa = PBXGroup;
442447
children = (
448+
450FE2D82539B6160035D67C /* Deletable.swift */,
443449
45825BA02524E389002F3310 /* NetworkingService.swift */,
444450
45825BA12524E389002F3310 /* SubmitPartUploadOperation.swift */,
445451
45825BA22524E389002F3310 /* UploadableReader.swift */,
@@ -857,13 +863,15 @@
857863
isa = PBXSourcesBuildPhase;
858864
buildActionMask = 0;
859865
files = (
866+
450FE2D52539B60F0035D67C /* URL+Deletable.swift in Sources */,
860867
45825C6A2524E38B002F3310 /* PolaroidTransform.swift in Sources */,
861868
45825C5E2524E38B002F3310 /* BaseOperation.swift in Sources */,
862869
45825C952524E38C002F3310 /* SepiaTransform.swift in Sources */,
863870
45825C8E2524E38C002F3310 /* DetectFacesTransform.swift in Sources */,
864871
45825C9D2524E38C002F3310 /* Monitorizable.swift in Sources */,
865872
45825C422524E38A002F3310 /* TransformPageOrientation.swift in Sources */,
866873
45825C452524E38A002F3310 /* TransformStyleMode.swift in Sources */,
874+
450FE2D92539B6160035D67C /* Deletable.swift in Sources */,
867875
45825C5B2524E38B002F3310 /* DataResponse.swift in Sources */,
868876
45825C772524E38B002F3310 /* MonochromeTransform.swift in Sources */,
869877
45825C232524E38A002F3310 /* Loggers.swift in Sources */,

0 commit comments

Comments
 (0)