BuildFactory Basics
To start working in BuildFactory, you need to add Xcode projects to BuildFactory.
To add a new Xcode project:
- Choose File > Open Project.
- From the Open Project sheet, select the "Browse" button to select your Xcode project's .xcodeproj file, once you have browsed to your Xcode project, click open.
- Select the build configuration, and the build target for this project inside of BuildFactory (these can be changed later from the inspector)
Note: These settings in no way affect the Xcode project's .xcodeproj file, these configuration options are maintained within BuildFactory itself.
Once you have added your project to Xcode, you can add as many more as you want. You can also open a spotlight window, in one directory, or overall, and search for ".xcodeproj" and select multiple Xcode project files that can be dragged onto the BuildFactory table all at once. While this does not allow you to configure each project as you add it, you can add lots of Xcode projects at once, with no fuss.
Dragging multiple Xcode projects into BuildFactory:
- Simply select multiple Xcode project files, and drag them onto the BuildFactory tabe, and drop.
Now you have the basics down, simply click "Build" or "Distributed Build" to build your projects!