diff --git a/Demo/FilestackDemo.xcodeproj/project.pbxproj b/Demo/FilestackDemo.xcodeproj/project.pbxproj index 8afc3cb1..5421afc4 100644 --- a/Demo/FilestackDemo.xcodeproj/project.pbxproj +++ b/Demo/FilestackDemo.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 52; + objectVersion = 48; objects = { /* Begin PBXBuildFile section */ @@ -13,8 +13,6 @@ 4540548C1F98A69A00C12B2F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4540548B1F98A69A00C12B2F /* Assets.xcassets */; }; 4540548F1F98A69A00C12B2F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4540548D1F98A69A00C12B2F /* LaunchScreen.storyboard */; }; 455AB6C2232FD680001ABE81 /* UIViewController+PresentAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 455AB6C1232FD680001ABE81 /* UIViewController+PresentAlert.swift */; }; - 4577A47025BB022700A2CEB9 /* FilestackSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 4577A46F25BB022700A2CEB9 /* FilestackSDK */; }; - 4577A47125BB022700A2CEB9 /* FilestackSDK in Embed Frameworks */ = {isa = PBXBuildFile; productRef = 4577A46F25BB022700A2CEB9 /* FilestackSDK */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; 45A758C52535DE6800C8547F /* Filestack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 45A758C32535DE6200C8547F /* Filestack.framework */; }; 45A758C62535DE6800C8547F /* Filestack.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 45A758C32535DE6200C8547F /* Filestack.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ @@ -26,7 +24,6 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( - 4577A47125BB022700A2CEB9 /* FilestackSDK in Embed Frameworks */, 45A758C62535DE6800C8547F /* Filestack.framework in Embed Frameworks */, ); name = "Embed Frameworks"; @@ -51,7 +48,6 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4577A47025BB022700A2CEB9 /* FilestackSDK in Frameworks */, 45A758C52535DE6800C8547F /* Filestack.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -124,7 +120,6 @@ ); name = FilestackDemo; packageProductDependencies = ( - 4577A46F25BB022700A2CEB9 /* FilestackSDK */, ); productName = FilestackDemo; productReference = 454054811F98A69A00C12B2F /* FilestackDemo.app */; @@ -320,8 +315,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 5.0; VALIDATE_PRODUCT = YES; }; @@ -336,10 +330,7 @@ DEVELOPMENT_TEAM = ZBJR46PSPF; INFOPLIST_FILE = FilestackDemo/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LLVM_LTO = YES_THIN; PRODUCT_BUNDLE_IDENTIFIER = com.filestack.FilestackDemo; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -357,10 +348,7 @@ DEVELOPMENT_TEAM = ZBJR46PSPF; INFOPLIST_FILE = FilestackDemo/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LLVM_LTO = YES_THIN; PRODUCT_BUNDLE_IDENTIFIER = com.filestack.FilestackDemo; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -391,13 +379,6 @@ defaultConfigurationName = Release; }; /* End XCConfigurationList section */ - -/* Begin XCSwiftPackageProductDependency section */ - 4577A46F25BB022700A2CEB9 /* FilestackSDK */ = { - isa = XCSwiftPackageProductDependency; - productName = FilestackSDK; - }; -/* End XCSwiftPackageProductDependency section */ }; rootObject = 454054791F98A69A00C12B2F /* Project object */; } diff --git a/Filestack.xcodeproj/project.pbxproj b/Filestack.xcodeproj/project.pbxproj index 970570b0..49a256eb 100644 --- a/Filestack.xcodeproj/project.pbxproj +++ b/Filestack.xcodeproj/project.pbxproj @@ -252,7 +252,6 @@ 4540BB312535CF860053CDBB /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 45453E8C2535E3540090F78D /* Bundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Bundle.swift; sourceTree = ""; }; 457084FF1F975C6C00991340 /* Filestack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Filestack.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4577A46925BB017600A2CEB9 /* filestack-swift */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "filestack-swift"; path = "../filestack-swift"; sourceTree = ""; }; 4581FF54253869260019B70F /* URL+Move.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "URL+Move.swift"; sourceTree = ""; }; 4581FF5C25388EBD0019B70F /* PhotosPickerFilter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhotosPickerFilter.swift; sourceTree = ""; }; 45BFF67A23290B1E00944028 /* Filestack.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Filestack.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; @@ -748,7 +747,6 @@ 457084F51F975C6B00991340 = { isa = PBXGroup; children = ( - 4577A46925BB017600A2CEB9 /* filestack-swift */, 45BFF67B23290B1E00944028 /* LICENSE */, 45BFF67D23290B1F00944028 /* VERSION */, 45BFF67C23290B1F00944028 /* CHANGELOG.md */, @@ -1208,7 +1206,7 @@ repositoryURL = "https://github.com/filestack/filestack-swift.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 2.5.0; + minimumVersion = 2.6.0; }; }; 4564B91A2535B4670045A3C7 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */ = { diff --git a/Filestack.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Filestack.xcworkspace/xcshareddata/swiftpm/Package.resolved index 217f8f79..3e92dfb9 100644 --- a/Filestack.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Filestack.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,6 +1,15 @@ { "object": { "pins": [ + { + "package": "FilestackSDK", + "repositoryURL": "https://github.com/filestack/filestack-swift.git", + "state": { + "branch": null, + "revision": "520d90cfab24882f398c32a6ddfc69fa7e359746", + "version": "2.6.0" + } + }, { "package": "OHHTTPStubs", "repositoryURL": "https://github.com/AliSoftware/OHHTTPStubs.git",