Skip to content

Commit

Permalink
Updating FilestackSDK dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnine committed Jan 29, 2021
1 parent 539249c commit 5bc00fc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 26 deletions.
27 changes: 4 additions & 23 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 = 52;
objectVersion = 48;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -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 */
Expand All @@ -26,7 +24,6 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
4577A47125BB022700A2CEB9 /* FilestackSDK in Embed Frameworks */,
45A758C62535DE6800C8547F /* Filestack.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
Expand All @@ -51,7 +48,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
4577A47025BB022700A2CEB9 /* FilestackSDK in Frameworks */,
45A758C52535DE6800C8547F /* Filestack.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -124,7 +120,6 @@
);
name = FilestackDemo;
packageProductDependencies = (
4577A46F25BB022700A2CEB9 /* FilestackSDK */,
);
productName = FilestackDemo;
productReference = 454054811F98A69A00C12B2F /* FilestackDemo.app */;
Expand Down Expand Up @@ -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;
};
Expand All @@ -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)";
Expand All @@ -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)";
Expand Down Expand Up @@ -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 */;
}
4 changes: 1 addition & 3 deletions Filestack.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@
4540BB312535CF860053CDBB /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
45453E8C2535E3540090F78D /* Bundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Bundle.swift; sourceTree = "<group>"; };
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 = "<group>"; };
4581FF54253869260019B70F /* URL+Move.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "URL+Move.swift"; sourceTree = "<group>"; };
4581FF5C25388EBD0019B70F /* PhotosPickerFilter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhotosPickerFilter.swift; sourceTree = "<group>"; };
45BFF67A23290B1E00944028 /* Filestack.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Filestack.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
Expand Down Expand Up @@ -748,7 +747,6 @@
457084F51F975C6B00991340 = {
isa = PBXGroup;
children = (
4577A46925BB017600A2CEB9 /* filestack-swift */,
45BFF67B23290B1E00944028 /* LICENSE */,
45BFF67D23290B1F00944028 /* VERSION */,
45BFF67C23290B1F00944028 /* CHANGELOG.md */,
Expand Down Expand Up @@ -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" */ = {
Expand Down
9 changes: 9 additions & 0 deletions Filestack.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5bc00fc

Please sign in to comment.