Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Box support #34

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
62dbd68
Implemented the basic structure and key functionalities of BoxCloudPr…
iammajid Mar 26, 2024
e52202e
Add placeholder for developer token
iammajid Mar 26, 2024
afcdff9
Added BoxCloudProvider, authentication logic, tests, and credentials …
iammajid Apr 15, 2024
888bbb6
Added safe cast in BoxAuthenticator, remove userID from BoxCredential…
iammajid Apr 16, 2024
ce58f0a
Disable force_try in GoogleDriveIntegrationTests
iammajid Apr 16, 2024
db2e163
Downgraded Package.resolved to version 2
tobihagemann Apr 16, 2024
b8f691f
Merge branch 'develop' into feature/boxcloud-integration
tobihagemann Apr 17, 2024
4b7ec5b
Fixed 'getUsername'
iammajid Apr 18, 2024
4d99667
Merge branch 'develop' into feature/boxcloud-integration
tobihagemann Apr 18, 2024
79bb7cd
Removed unnecessary diff
tobihagemann Apr 23, 2024
ee39812
Reordered entries in Package.swift
tobihagemann Apr 23, 2024
0462aa1
Updated file header comments
tobihagemann Apr 23, 2024
c86a6c7
Fixed typo in debug logs
tobihagemann Apr 23, 2024
f995ff9
Removed unused Box error
tobihagemann Apr 23, 2024
eb9a34d
Fixed wrong usage of Box error
tobihagemann Apr 23, 2024
dab7df9
Updated READMEs
iammajid Apr 25, 2024
995defc
Added VaultFormatIntegrationsTests for box, improved README's and int…
iammajid Apr 29, 2024
b63b18d
Remove BoxAuthenticatorMock and fix README
iammajid Apr 29, 2024
05837ec
"Replaced old Box SDK with new Box SDK GENERATED"
iammajid May 23, 2024
23b077e
Merge branch 'develop' into feature/boxcloud-integration
tobihagemann May 23, 2024
17de27a
Add token storage in BoxAuthenticator and getUserId method in BoxCred…
iammajid May 27, 2024
0af03cd
Revert specific changes in Package.resolved and BoxIntegrationTests.x…
iammajid Jun 21, 2024
d544b20
Implement chunked upload, adjust authentication, and some improvements
iammajid Jun 21, 2024
ee2f7a6
Update README with rationale for using Developer Tokens over OAuth To…
iammajid Jun 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions CryptomatorCloudAccess.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,18 @@
9ED0E624246198F600FDB438 /* VaultFormat7CloudProviderMockTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ED0E623246198F600FDB438 /* VaultFormat7CloudProviderMockTests.swift */; };
9EE62A0D247D54760089DAF7 /* CloudProvider+Convenience.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE62A0C247D54760089DAF7 /* CloudProvider+Convenience.swift */; };
9EE62A10247D54E90089DAF7 /* CloudProvider+ConvenienceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE62A0F247D54E90089DAF7 /* CloudProvider+ConvenienceTests.swift */; };
B322A2BB2BDF7F9F00306F01 /* VaultFormat7BoxIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B322A2BA2BDF7F9F00306F01 /* VaultFormat7BoxIntegrationTests.swift */; };
B322A2BD2BDF7FBE00306F01 /* VaultFormat6BoxIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B322A2BC2BDF7FBE00306F01 /* VaultFormat6BoxIntegrationTests.swift */; };
B3408AC82BCD32CA005271D2 /* BoxCredentialMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3408AC72BCD32CA005271D2 /* BoxCredentialMock.swift */; };
B3408ACA2BCDAA09005271D2 /* BoxError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3408AC92BCDAA09005271D2 /* BoxError.swift */; };
B3D513912BA9A32200DE0D36 /* BoxAuthenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3D5138D2BA9A32200DE0D36 /* BoxAuthenticator.swift */; };
B3D513922BA9A32200DE0D36 /* BoxCredential.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3D5138E2BA9A32200DE0D36 /* BoxCredential.swift */; };
B3D513932BA9A32200DE0D36 /* BoxSetup.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3D5138F2BA9A32200DE0D36 /* BoxSetup.swift */; };
B3D513972BA9A44000DE0D36 /* BoxCloudProviderIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3D513952BA9A3BB00DE0D36 /* BoxCloudProviderIntegrationTests.swift */; };
B3FC94A42BA9A98200D1ECFD /* BoxSDK in Frameworks */ = {isa = PBXBuildFile; productRef = B3FC94A32BA9A98200D1ECFD /* BoxSDK */; };
B3FC94A62BA9AA4400D1ECFD /* BoxCloudProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3FC94A52BA9AA4400D1ECFD /* BoxCloudProvider.swift */; };
B3FC94A82BA9AEEC00D1ECFD /* BoxIdentifierCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3FC94A72BA9AEEC00D1ECFD /* BoxIdentifierCache.swift */; };
B3FC94AA2BA9AEFC00D1ECFD /* BoxItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3FC94A92BA9AEFC00D1ECFD /* BoxItem.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -374,6 +386,17 @@
9ED0E623246198F600FDB438 /* VaultFormat7CloudProviderMockTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VaultFormat7CloudProviderMockTests.swift; sourceTree = "<group>"; };
9EE62A0C247D54760089DAF7 /* CloudProvider+Convenience.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CloudProvider+Convenience.swift"; sourceTree = "<group>"; };
9EE62A0F247D54E90089DAF7 /* CloudProvider+ConvenienceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CloudProvider+ConvenienceTests.swift"; sourceTree = "<group>"; };
B322A2BA2BDF7F9F00306F01 /* VaultFormat7BoxIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VaultFormat7BoxIntegrationTests.swift; sourceTree = "<group>"; };
B322A2BC2BDF7FBE00306F01 /* VaultFormat6BoxIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VaultFormat6BoxIntegrationTests.swift; sourceTree = "<group>"; };
B3408AC72BCD32CA005271D2 /* BoxCredentialMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoxCredentialMock.swift; sourceTree = "<group>"; };
B3408AC92BCDAA09005271D2 /* BoxError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoxError.swift; sourceTree = "<group>"; };
B3D5138D2BA9A32200DE0D36 /* BoxAuthenticator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BoxAuthenticator.swift; sourceTree = "<group>"; };
B3D5138E2BA9A32200DE0D36 /* BoxCredential.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BoxCredential.swift; sourceTree = "<group>"; };
B3D5138F2BA9A32200DE0D36 /* BoxSetup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BoxSetup.swift; sourceTree = "<group>"; };
B3D513952BA9A3BB00DE0D36 /* BoxCloudProviderIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoxCloudProviderIntegrationTests.swift; sourceTree = "<group>"; };
B3FC94A52BA9AA4400D1ECFD /* BoxCloudProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoxCloudProvider.swift; sourceTree = "<group>"; };
B3FC94A72BA9AEEC00D1ECFD /* BoxIdentifierCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoxIdentifierCache.swift; sourceTree = "<group>"; };
B3FC94A92BA9AEFC00D1ECFD /* BoxItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BoxItem.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -382,6 +405,7 @@
buildActionMask = 2147483647;
files = (
4A75E1C428806F5800952FE6 /* MSGraphClientModels in Frameworks */,
B3FC94A42BA9A98200D1ECFD /* BoxSDK in Frameworks */,
4A75E1C728806FA100952FE6 /* MSGraphClientSDK in Frameworks */,
4AF0AA7C2844DDD200C20B75 /* AWSS3 in Frameworks */,
74F9355D251F67A3001F4ADA /* CryptomatorCryptoLib in Frameworks */,
Expand Down Expand Up @@ -424,6 +448,7 @@
74F9354B251F66EE001F4ADA /* Sources */,
74F9354C251F66F8001F4ADA /* Tests */,
4A058FF224519FFC008831F9 /* Products */,
B3FC94A22BA9A98200D1ECFD /* Frameworks */,
);
sourceTree = "<group>";
};
Expand All @@ -443,6 +468,7 @@
4A058FF424519FFC008831F9 /* CryptomatorCloudAccess.h */,
4A058FF524519FFC008831F9 /* Info.plist */,
4A0590162451A1BB008831F9 /* API */,
B3D513902BA9A32200DE0D36 /* Box */,
4A741FF0287C696F00489C23 /* Common */,
7416F22424F658160074DA8E /* Crypto */,
4A567AF02615C2DE002C4D82 /* Dropbox */,
Expand Down Expand Up @@ -604,6 +630,7 @@
4ACA63B02615FE8000D19304 /* CloudAccessIntegrationTestWithAuthentication.swift */,
4ACA63A42615FE5700D19304 /* IntegrationTestError.swift */,
4ACA64252616054F00D19304 /* IntegrationTestSecrets.swift */,
B3D513942BA9A37A00DE0D36 /* Box */,
4ACA63BF2615FEB200D19304 /* CryptoDecorator */,
4ACA63F02615FF9700D19304 /* Dropbox */,
4ACA63F92615FF9700D19304 /* Extensions */,
Expand All @@ -630,6 +657,7 @@
4ACA63DA2615FF3B00D19304 /* VaultFormat6 */ = {
isa = PBXGroup;
children = (
B322A2BC2BDF7FBE00306F01 /* VaultFormat6BoxIntegrationTests.swift */,
4ACA63CB2615FF0000D19304 /* VaultFormat6DropboxIntegrationTests.swift */,
4ACA63D02615FF1600D19304 /* VaultFormat6GoogleDriveIntegrationTests.swift */,
4ACA63C62615FED700D19304 /* VaultFormat6LocalFileSystemIntegrationTests.swift */,
Expand All @@ -644,6 +672,7 @@
4ACA63E12615FF6400D19304 /* VaultFormat7 */ = {
isa = PBXGroup;
children = (
B322A2BA2BDF7F9F00306F01 /* VaultFormat7BoxIntegrationTests.swift */,
4ACA63E42615FF6400D19304 /* VaultFormat7DropboxIntegrationTests.swift */,
4ACA63E22615FF6400D19304 /* VaultFormat7GoogleDriveIntegrationTests.swift */,
4ACA63E52615FF6400D19304 /* VaultFormat7LocalFileSystemIntegrationTests.swift */,
Expand Down Expand Up @@ -968,6 +997,37 @@
path = API;
sourceTree = "<group>";
};
B3D513902BA9A32200DE0D36 /* Box */ = {
isa = PBXGroup;
children = (
B3D5138D2BA9A32200DE0D36 /* BoxAuthenticator.swift */,
B3FC94A52BA9AA4400D1ECFD /* BoxCloudProvider.swift */,
B3D5138E2BA9A32200DE0D36 /* BoxCredential.swift */,
B3408AC92BCDAA09005271D2 /* BoxError.swift */,
B3FC94A72BA9AEEC00D1ECFD /* BoxIdentifierCache.swift */,
B3FC94A92BA9AEFC00D1ECFD /* BoxItem.swift */,
B3D5138F2BA9A32200DE0D36 /* BoxSetup.swift */,
);
name = Box;
path = Sources/CryptomatorCloudAccess/Box;
sourceTree = SOURCE_ROOT;
};
B3D513942BA9A37A00DE0D36 /* Box */ = {
isa = PBXGroup;
children = (
B3D513952BA9A3BB00DE0D36 /* BoxCloudProviderIntegrationTests.swift */,
B3408AC72BCD32CA005271D2 /* BoxCredentialMock.swift */,
);
path = Box;
sourceTree = "<group>";
};
B3FC94A22BA9A98200D1ECFD /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
Expand Down Expand Up @@ -1014,6 +1074,7 @@
4A75E1C628806FA100952FE6 /* MSGraphClientSDK */,
4A75E1C928806FF000952FE6 /* ObjectiveDropboxOfficial */,
4A8B872E287D7E77002D676E /* CocoaLumberjackSwift */,
B3FC94A32BA9A98200D1ECFD /* BoxSDK */,
);
productName = CloudAccess;
productReference = 4A058FF124519FFC008831F9 /* CryptomatorCloudAccess.framework */;
Expand Down Expand Up @@ -1104,6 +1165,7 @@
4A75E1C528806FA100952FE6 /* XCRemoteSwiftPackageReference "msgraph-sdk-objc-spm" */,
4A75E1C828806FF000952FE6 /* XCRemoteSwiftPackageReference "dropbox-sdk-obj-c-spm" */,
4A8B872D287D7E77002D676E /* XCRemoteSwiftPackageReference "CocoaLumberjack" */,
B3FC94A12BA9A8E600D1ECFD /* XCRemoteSwiftPackageReference "box-ios-sdk" */,
);
productRefGroup = 4A058FF224519FFC008831F9 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -1224,9 +1286,12 @@
74C0FB2729B209B6008EF811 /* S3Authenticator.swift in Sources */,
747A77FF2698577E005E5AD4 /* GTLRDrive_File+CloudItemType.swift in Sources */,
4A1A1183262B078E00DAF62F /* OneDriveError.swift in Sources */,
B3D513922BA9A32200DE0D36 /* BoxCredential.swift in Sources */,
740C144E249B4F2B008CA3E0 /* VaultFormat7ShorteningProviderDecorator.swift in Sources */,
74FD6C4824F6F3AA00C8D3C4 /* VaultFormat6ShorteningProviderDecorator.swift in Sources */,
4A567B222615CA24002C4D82 /* GoogleDriveIdentifierCache.swift in Sources */,
B3D513912BA9A32200DE0D36 /* BoxAuthenticator.swift in Sources */,
B3FC94AA2BA9AEFC00D1ECFD /* BoxItem.swift in Sources */,
4A0421822642B9260033144A /* VaultProviderFactory.swift in Sources */,
4A567B102615C6F3002C4D82 /* DropboxError.swift in Sources */,
4A567AED2615C2D7002C4D82 /* DropboxAuthenticator.swift in Sources */,
Expand All @@ -1243,6 +1308,7 @@
7471BDAE24865B6F000D05FC /* LocalFileSystemProvider.swift in Sources */,
7484608729795421009933D8 /* VaultConfigHelper.swift in Sources */,
4ABE9AA32BCAC8FE00675D74 /* Promise+Async.swift in Sources */,
B3FC94A62BA9AA4400D1ECFD /* BoxCloudProvider.swift in Sources */,
74073D1927C9406000A86C9A /* Task+Promises.swift in Sources */,
4A1A1194262EC46E00DAF62F /* OneDriveIdentifierCache.swift in Sources */,
746F091327BC0DA2003FCD9F /* PCloudCredential.swift in Sources */,
Expand Down Expand Up @@ -1284,14 +1350,17 @@
4A1A11792629ACD500DAF62F /* OneDriveAuthenticator.swift in Sources */,
748BD4CA24B4B1D50001CA8C /* PropfindResponseParser.swift in Sources */,
4A567B322615CA6E002C4D82 /* GoogleDriveError.swift in Sources */,
B3FC94A82BA9AEEC00D1ECFD /* BoxIdentifierCache.swift in Sources */,
4A0785302859F4FE0015DAE1 /* S3Credential.swift in Sources */,
748A42B824AA231D00DEB6D0 /* WebDAVAuthenticator.swift in Sources */,
74F4AA1525ED3D2A00FDF2C6 /* VaultConfig.swift in Sources */,
4A567B262615CA34002C4D82 /* GoogleDriveCloudProvider.swift in Sources */,
4AD55339263ABA4200126046 /* MSGraphDriveItem+CloudItemType.swift in Sources */,
747A77FD269854A6005E5AD4 /* GoogleDriveItem.swift in Sources */,
748A42C024AB424500DEB6D0 /* WebDAVClient.swift in Sources */,
B3D513932BA9A32200DE0D36 /* BoxSetup.swift in Sources */,
4A567B082615C6AF002C4D82 /* DropboxCloudProvider.swift in Sources */,
B3408ACA2BCDAA09005271D2 /* BoxError.swift in Sources */,
74C596E824F022AF00FFD17E /* CloudPath.swift in Sources */,
4A05900C2451A107008831F9 /* CloudProvider.swift in Sources */,
4A567B142615C8B8002C4D82 /* GoogleDriveAuthenticator.swift in Sources */,
Expand Down Expand Up @@ -1370,6 +1439,9 @@
7467A0D627DF9A8000BCFDF8 /* VaultFormat6PCloudIntegrationTests.swift in Sources */,
4AC75F9C2861A6DE002731FE /* VaultFormat6S3IntegrationTests.swift in Sources */,
4ACA63A02615FE2C00D19304 /* CloudAccessIntegrationTest.swift in Sources */,
B322A2BB2BDF7F9F00306F01 /* VaultFormat7BoxIntegrationTests.swift in Sources */,
B3D513972BA9A44000DE0D36 /* BoxCloudProviderIntegrationTests.swift in Sources */,
B3408AC82BCD32CA005271D2 /* BoxCredentialMock.swift in Sources */,
4ACA64262616054F00D19304 /* IntegrationTestSecrets.swift in Sources */,
4A41D2432641938A00B5D787 /* VaultFormat6OneDriveIntegrationTests.swift in Sources */,
7470C54B26569A7E00E361B8 /* MSAuthenticationProviderMock.swift in Sources */,
Expand All @@ -1379,6 +1451,7 @@
4ACA63BB2615FEA600D19304 /* DecoratorFactory.swift in Sources */,
4ACA64042615FF9800D19304 /* GoogleDriveAuthenticatorMock.swift in Sources */,
4ACA64082615FF9800D19304 /* CloudProvider+CreateIntermediateFolderTests.swift in Sources */,
B322A2BD2BDF7FBE00306F01 /* VaultFormat6BoxIntegrationTests.swift in Sources */,
4ACA64022615FF9800D19304 /* DropboxCloudProviderIntegrationTests.swift in Sources */,
4ACA63D62615FF2E00D19304 /* VaultFormat6WebDAVIntegrationTests.swift in Sources */,
4AFC5F67263190BB00744715 /* OneDriveCloudProviderIntegrationTests.swift in Sources */,
Expand Down Expand Up @@ -1815,6 +1888,14 @@
minimumVersion = 2.3.0;
};
};
B3FC94A12BA9A8E600D1ECFD /* XCRemoteSwiftPackageReference "box-ios-sdk" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/box/box-ios-sdk.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.5.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand Down Expand Up @@ -1893,6 +1974,11 @@
package = 74F93565251F6863001F4ADA /* XCRemoteSwiftPackageReference "promises" */;
productName = Promises;
};
B3FC94A32BA9A98200D1ECFD /* BoxSDK */ = {
isa = XCSwiftPackageProductDependency;
package = B3FC94A12BA9A8E600D1ECFD /* XCRemoteSwiftPackageReference "box-ios-sdk" */;
productName = BoxSDK;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 4A058FE824519FFC008831F9 /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"version" : "0.9.0"
}
},
{
"identity" : "box-ios-sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/box/box-ios-sdk.git",
"state" : {
"revision" : "daffd86b861a5f5882655bf7a01b891f6b808c1f",
"version" : "5.5.0"
}
},
{
"identity" : "cocoalumberjack",
"kind" : "remoteSourceControl",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1500"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4ACA638D2615FDFF00D19304"
BuildableName = "CryptomatorCloudAccessIntegrationTests.xctest"
BlueprintName = "CryptomatorCloudAccessIntegrationTests"
ReferencedContainer = "container:CryptomatorCloudAccess.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "CloudAccessIntegrationTest">
</Test>
<Test
Identifier = "CloudAccessIntegrationTestWithAuthentication">
</Test>
<Test
Identifier = "CloudProvider_CreateIntermediateFolderTests">
</Test>
<Test
Identifier = "DropboxCloudProviderIntegrationTests">
</Test>
<Test
Identifier = "GoogleDriveAuthenticatorMockTests">
</Test>
<Test
Identifier = "GoogleDriveCloudProviderIntegrationTests">
</Test>
<Test
Identifier = "LocalFileSystemProviderIntegrationTests">
</Test>
<Test
Identifier = "OneDriveCloudProviderIntegrationTests">
</Test>
<Test
Identifier = "PCloudCloudProviderIntegrationTests">
</Test>
<Test
Identifier = "S3CloudProviderIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6DropboxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6GoogleDriveIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6LocalFileSystemIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6OneDriveIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6PCloudIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6S3IntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6WebDAVIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7DropboxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7GoogleDriveIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7LocalFileSystemIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7OneDriveIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7PCloudIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7S3IntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7WebDAVIntegrationTests">
</Test>
<Test
Identifier = "WebDAVCloudProviderIntegrationTests">
</Test>
</SkippedTests>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"version" : "0.9.0"
}
},
{
"identity" : "box-ios-sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/box/box-ios-sdk.git",
"state" : {
"revision" : "daffd86b861a5f5882655bf7a01b891f6b808c1f",
"version" : "5.5.0"
}
},
{
"identity" : "cocoalumberjack",
"kind" : "remoteSourceControl",
Expand Down
Loading
Loading