In this guide, we’ll walk you through creating a new project on Distiller.
You can enter the add project flow by clicking on the “Add Project” link in the left sidebar.
You can select the repository that you want to add to the project from the list of your organizations that we pull from GitHub. Once you locate the repository that you want to build, simply click “Add”
Now, we need to set the Xcode settings for your project to build. We try to make this process easier for you by autodetecting your settings and preloading the options for you. This autodetection isn’t flawless, so there will be times that you’ll have to find these settings manually.
You need to define the app path for Distiller to build. Distiller can build either independent .xcodeproj projects or shared .xcworkspace workspaces. Identify the target of the build, and select it from the autodetected list or enter it manually. If you enter it manually, it should be the repo-relative path to the .xcodeproj
or .xcworkspace
file. Example would be Distiller/Distiller.xcworkspace
.
These are the schemes that Distiller will use to build and test your app. Identify the scheme from the autodetected list or enter it manually. Entering a test scheme is optional. If no test scheme is identified, no tests will be run during the build.
You should now be able to trigger your first build.