Skip to content

Commit

Permalink
Added Box support (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Hagemann <[email protected]>
  • Loading branch information
iammajid and tobihagemann authored Aug 21, 2024
1 parent 185a699 commit 79a5d43
Show file tree
Hide file tree
Showing 28 changed files with 1,444 additions and 4 deletions.
82 changes: 82 additions & 0 deletions CryptomatorCloudAccess.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"version" : "0.9.0"
}
},
{
"identity" : "box-swift-sdk-gen",
"kind" : "remoteSourceControl",
"location" : "https://github.com/box/box-swift-sdk-gen.git",
"state" : {
"revision" : "b3fd5bfb78f67639151a6a11ba52bad0587e4d34",
"version" : "0.3.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>
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
ReferencedContainer = "container:CryptomatorCloudAccess.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "BoxCloudProviderIntegrationTests">
</Test>
<Test
Identifier = "CloudAccessIntegrationTest">
</Test>
Expand Down Expand Up @@ -49,6 +52,9 @@
<Test
Identifier = "S3CloudProviderIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6GoogleDriveIntegrationTests">
</Test>
Expand All @@ -67,6 +73,9 @@
<Test
Identifier = "VaultFormat6WebDAVIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7GoogleDriveIntegrationTests">
</Test>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
ReferencedContainer = "container:CryptomatorCloudAccess.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "BoxCloudProviderIntegrationTests">
</Test>
<Test
Identifier = "CloudAccessIntegrationTest">
</Test>
Expand Down Expand Up @@ -49,6 +52,9 @@
<Test
Identifier = "S3CloudProviderIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6DropboxIntegrationTests">
</Test>
Expand All @@ -67,6 +73,9 @@
<Test
Identifier = "VaultFormat6WebDAVIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7DropboxIntegrationTests">
</Test>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
ReferencedContainer = "container:CryptomatorCloudAccess.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "BoxCloudProviderIntegrationTests">
</Test>
<Test
Identifier = "CloudAccessIntegrationTest">
</Test>
Expand Down Expand Up @@ -49,6 +52,9 @@
<Test
Identifier = "S3CloudProviderIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6DropboxIntegrationTests">
</Test>
Expand All @@ -67,6 +73,9 @@
<Test
Identifier = "VaultFormat6WebDAVIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7DropboxIntegrationTests">
</Test>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
ReferencedContainer = "container:CryptomatorCloudAccess.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "BoxCloudProviderIntegrationTests">
</Test>
<Test
Identifier = "CloudAccessIntegrationTest">
</Test>
Expand Down Expand Up @@ -49,6 +52,9 @@
<Test
Identifier = "S3CloudProviderIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6DropboxIntegrationTests">
</Test>
Expand All @@ -67,6 +73,9 @@
<Test
Identifier = "VaultFormat6WebDAVIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7DropboxIntegrationTests">
</Test>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
ReferencedContainer = "container:CryptomatorCloudAccess.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "BoxCloudProviderIntegrationTests">
</Test>
<Test
Identifier = "CloudAccessIntegrationTest">
</Test>
Expand Down Expand Up @@ -49,6 +52,9 @@
<Test
Identifier = "S3CloudProviderIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6DropboxIntegrationTests">
</Test>
Expand All @@ -67,6 +73,9 @@
<Test
Identifier = "VaultFormat6WebDAVIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7DropboxIntegrationTests">
</Test>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
ReferencedContainer = "container:CryptomatorCloudAccess.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "BoxCloudProviderIntegrationTests">
</Test>
<Test
Identifier = "CloudAccessIntegrationTest">
</Test>
Expand Down Expand Up @@ -49,6 +52,9 @@
<Test
Identifier = "PCloudCloudProviderIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6DropboxIntegrationTests">
</Test>
Expand All @@ -67,6 +73,9 @@
<Test
Identifier = "VaultFormat6WebDAVIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7DropboxIntegrationTests">
</Test>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
ReferencedContainer = "container:CryptomatorCloudAccess.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "BoxCloudProviderIntegrationTests">
</Test>
<Test
Identifier = "CloudAccessIntegrationTest">
</Test>
Expand Down Expand Up @@ -52,6 +55,9 @@
<Test
Identifier = "S3CloudProviderIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat6DropboxIntegrationTests">
</Test>
Expand All @@ -70,6 +76,9 @@
<Test
Identifier = "VaultFormat6S3IntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7BoxIntegrationTests">
</Test>
<Test
Identifier = "VaultFormat7DropboxIntegrationTests">
</Test>
Expand Down
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-swift-sdk-gen",
"kind" : "remoteSourceControl",
"location" : "https://github.com/box/box-swift-sdk-gen.git",
"state" : {
"revision" : "b3fd5bfb78f67639151a6a11ba52bad0587e4d34",
"version" : "0.3.0"
}
},
{
"identity" : "cocoalumberjack",
"kind" : "remoteSourceControl",
Expand Down
Loading

0 comments on commit 79a5d43

Please sign in to comment.