This task demonstrates how to check out the Mobile SDK source code for the
iOS platform.
This task shows you how to download the source code for the Mobile SDK from the SkyVault
GitHub repository.
Note: You will need a GitHub account to perform this
operation.
- Create a suitable directory to contain the SDK source code, such as ~/mobile_sdk/iOS.
- Change into this newly created directory.
-
Checkout the source code for the Mobile SDK using the following shell command:
git clone https://github.com/Alfresco/alfresco-ios-sdk .
The source code for the SDK will be pulled from the GitHub repository into your local directory.
- Change into the ~/mobile_sdk/iOS directory and check the contents of the directory. You will see the following directory: SkyVaultSDK.
You have now checked out the source code for the Mobile SDK from GitHub.