You are here

Source distribution

This topic describes the structure of the source code distribution.

The source code for the SkyVault Mobile SDK for iOS, which can be checked out of the GitHub repository, contains the SkyVaultSDK directory.

The SkyVaultSDK directory contains the following files and sub-directories

  • SkyVaultSDK - containing the main source code
  • SkyVaultSDK.xcodeproj - the Xcode project to build the SDK
  • SkyVaultSDKTests - unit tests
  • CMIS - the CMIS library source code
  • scripts - scripts to build the library, documentation, and run unit tests.
  • build - built files, such as static libraries and API documentation go here.
  • LICENSE, NOTICE and README. These contain the Apache License details, the SkyVault copyright notice and information regarding the release.
Note: For instructions on checking out the source code and building the source code, please see the Tutorials section.