Skip to content

Commit

Permalink
Updating Xcode projects and workspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnine committed Jan 29, 2021
1 parent 617b333 commit ae34a9d
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 33 deletions.
58 changes: 45 additions & 13 deletions Demo/FilestackDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objectVersion = 52;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -13,18 +13,21 @@
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 */; };
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, ); }; };
45C7935725C4494B00243A1C /* Filestack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 45C7935325C4494500243A1C /* Filestack.framework */; };
45C7935825C4494B00243A1C /* Filestack.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 45C7935325C4494500243A1C /* Filestack.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
45CEFC3A25C44A2B00A8C165 /* FilestackSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 45CEFC3925C44A2B00A8C165 /* FilestackSDK */; };
45CEFC3B25C44A2B00A8C165 /* FilestackSDK in Embed Frameworks */ = {isa = PBXBuildFile; productRef = 45CEFC3925C44A2B00A8C165 /* FilestackSDK */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
45A758C72535DE6800C8547F /* Embed Frameworks */ = {
45C7935925C4494B00243A1C /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
45A758C62535DE6800C8547F /* Filestack.framework in Embed Frameworks */,
45CEFC3B25C44A2B00A8C165 /* FilestackSDK in Embed Frameworks */,
45C7935825C4494B00243A1C /* Filestack.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -40,15 +43,16 @@
4540548E1F98A69A00C12B2F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
454054901F98A69A00C12B2F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
455AB6C1232FD680001ABE81 /* UIViewController+PresentAlert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewController+PresentAlert.swift"; sourceTree = "<group>"; };
45A758C32535DE6200C8547F /* Filestack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Filestack.framework; sourceTree = BUILT_PRODUCTS_DIR; };
45C7935325C4494500243A1C /* Filestack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Filestack.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
4540547E1F98A69A00C12B2F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
45A758C52535DE6800C8547F /* Filestack.framework in Frameworks */,
45CEFC3A25C44A2B00A8C165 /* FilestackSDK in Frameworks */,
45C7935725C4494B00243A1C /* Filestack.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -89,7 +93,7 @@
45407B3A1F9E0D35009BC40A /* Frameworks */ = {
isa = PBXGroup;
children = (
45A758C32535DE6200C8547F /* Filestack.framework */,
45C7935325C4494500243A1C /* Filestack.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand All @@ -112,14 +116,15 @@
4540547D1F98A69A00C12B2F /* Sources */,
4540547E1F98A69A00C12B2F /* Frameworks */,
4540547F1F98A69A00C12B2F /* Resources */,
45A758C72535DE6800C8547F /* Embed Frameworks */,
45C7935925C4494B00243A1C /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = FilestackDemo;
packageProductDependencies = (
45CEFC3925C44A2B00A8C165 /* FilestackSDK */,
);
productName = FilestackDemo;
productReference = 454054811F98A69A00C12B2F /* FilestackDemo.app */;
Expand All @@ -132,7 +137,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0900;
LastUpgradeCheck = 1230;
LastUpgradeCheck = 1240;
ORGANIZATIONNAME = Filestack;
TargetAttributes = {
454054801F98A69A00C12B2F = {
Expand All @@ -152,6 +157,7 @@
);
mainGroup = 454054781F98A69A00C12B2F;
packageReferences = (
45CEFC3825C44A2B00A8C165 /* XCRemoteSwiftPackageReference "filestack-swift" */,
);
productRefGroup = 454054821F98A69A00C12B2F /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -315,7 +321,8 @@
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 5.0;
VALIDATE_PRODUCT = YES;
};
Expand All @@ -330,7 +337,10 @@
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)";
Expand All @@ -348,7 +358,10 @@
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)";
Expand Down Expand Up @@ -379,6 +392,25 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
45CEFC3825C44A2B00A8C165 /* XCRemoteSwiftPackageReference "filestack-swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/filestack/filestack-swift.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.6.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
45CEFC3925C44A2B00A8C165 /* FilestackSDK */ = {
isa = XCSwiftPackageProductDependency;
package = 45CEFC3825C44A2B00A8C165 /* XCRemoteSwiftPackageReference "filestack-swift" */;
productName = FilestackSDK;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 454054791F98A69A00C12B2F /* Project object */;
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1230"
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
30 changes: 15 additions & 15 deletions Filestack.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
4540BB9D2535CF860053CDBB /* Client+Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4540BB302535CF860053CDBB /* Client+Deprecated.swift */; };
45453E8D2535E3540090F78D /* Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45453E8C2535E3540090F78D /* Bundle.swift */; };
4564B9112535B3E70045A3C7 /* Zip in Frameworks */ = {isa = PBXBuildFile; productRef = 4564B9102535B3E70045A3C7 /* Zip */; };
4564B9152535B4030045A3C7 /* FilestackSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 4564B9142535B4030045A3C7 /* FilestackSDK */; };
4577A46D25BB01CF00A2CEB9 /* FilestackSDK in Embed Frameworks */ = {isa = PBXBuildFile; productRef = 4564B9142535B4030045A3C7 /* FilestackSDK */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
4581FF55253869260019B70F /* URL+Move.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4581FF54253869260019B70F /* URL+Move.swift */; };
4581FF5D25388EBD0019B70F /* PhotosPickerFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4581FF5C25388EBD0019B70F /* PhotosPickerFilter.swift */; };
45CEFC4425C44A9100A8C165 /* FilestackSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 45CEFC4325C44A9100A8C165 /* FilestackSDK */; settings = {ATTRIBUTES = (Required, ); }; };
45CEFC4525C44A9100A8C165 /* FilestackSDK in Embed Frameworks */ = {isa = PBXBuildFile; productRef = 45CEFC4325C44A9100A8C165 /* FilestackSDK */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -131,7 +131,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
4577A46D25BB01CF00A2CEB9 /* FilestackSDK in Embed Frameworks */,
45CEFC4525C44A9100A8C165 /* FilestackSDK in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -265,7 +265,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
4564B9152535B4030045A3C7 /* FilestackSDK in Frameworks */,
45CEFC4425C44A9100A8C165 /* FilestackSDK in Frameworks */,
4564B9112535B3E70045A3C7 /* Zip in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -798,7 +798,7 @@
name = Filestack;
packageProductDependencies = (
4564B9102535B3E70045A3C7 /* Zip */,
4564B9142535B4030045A3C7 /* FilestackSDK */,
45CEFC4325C44A9100A8C165 /* FilestackSDK */,
);
productName = Filestack;
productReference = 457084FF1F975C6C00991340 /* Filestack.framework */;
Expand All @@ -811,7 +811,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0900;
LastUpgradeCheck = 1230;
LastUpgradeCheck = 1240;
ORGANIZATIONNAME = Filestack;
TargetAttributes = {
457084FE1F975C6C00991340 = {
Expand All @@ -832,8 +832,8 @@
mainGroup = 457084F51F975C6B00991340;
packageReferences = (
4564B90F2535B3E70045A3C7 /* XCRemoteSwiftPackageReference "Zip" */,
4564B9132535B4030045A3C7 /* XCRemoteSwiftPackageReference "filestack-swift" */,
4564B91A2535B4670045A3C7 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */,
45CEFC3C25C44A6D00A8C165 /* XCRemoteSwiftPackageReference "filestack-swift" */,
);
productRefGroup = 457085001F975C6C00991340 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -1201,20 +1201,20 @@
minimumVersion = 2.1.1;
};
};
4564B9132535B4030045A3C7 /* XCRemoteSwiftPackageReference "filestack-swift" */ = {
4564B91A2535B4670045A3C7 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/filestack/filestack-swift.git";
repositoryURL = "https://github.com/AliSoftware/OHHTTPStubs.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.6.0;
minimumVersion = 9.0.0;
};
};
4564B91A2535B4670045A3C7 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */ = {
45CEFC3C25C44A6D00A8C165 /* XCRemoteSwiftPackageReference "filestack-swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/AliSoftware/OHHTTPStubs.git";
repositoryURL = "https://github.com/filestack/filestack-swift.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 9.0.0;
minimumVersion = 2.6.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand All @@ -1225,9 +1225,9 @@
package = 4564B90F2535B3E70045A3C7 /* XCRemoteSwiftPackageReference "Zip" */;
productName = Zip;
};
4564B9142535B4030045A3C7 /* FilestackSDK */ = {
45CEFC4325C44A9100A8C165 /* FilestackSDK */ = {
isa = XCSwiftPackageProductDependency;
package = 4564B9132535B4030045A3C7 /* XCRemoteSwiftPackageReference "filestack-swift" */;
package = 45CEFC3C25C44A6D00A8C165 /* XCRemoteSwiftPackageReference "filestack-swift" */;
productName = FilestackSDK;
};
/* End XCSwiftPackageProductDependency section */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1230"
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
6 changes: 3 additions & 3 deletions Filestack.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repositoryURL": "https://github.com/filestack/filestack-swift.git",
"state": {
"branch": null,
"revision": "520d90cfab24882f398c32a6ddfc69fa7e359746",
"revision": "d5819a500c1b58179f1fadcea5171260d93e4089",
"version": "2.6.0"
}
},
Expand All @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/AliSoftware/OHHTTPStubs.git",
"state": {
"branch": null,
"revision": "e92b5a5746ef16add2a1424f1fc19529d9a75cde",
"version": "9.0.0"
"revision": "12f19662426d0434d6c330c6974d53e2eb10ecd9",
"version": "9.1.0"
}
},
{
Expand Down

0 comments on commit ae34a9d

Please sign in to comment.