The steps listed below are specific to the iOS build profiles.
You can find the full list of available workflow steps in our central component repository and under each workflow step in this document, you can find the related repository URL, which also includes the documentation for the related step.
This step is used to specify the Xcode version to be used during the build process.
​https://github.com/appcircleio/appcircle-xcode-select-component​
Runs the Cocoapods install command for dependency management.
​https://github.com/appcircleio/appcircle-cocoapods-component/​
This step builds your application for iOS devices in ARM architecture, which is required for the Share With Testers feature or any other means of iOS distribution.
​https://github.com/appcircleio/appcircle-ios-build-sign-component​
This step builds your application for the iOS Simulator in x86 architecture which is required for the Preview on Device feature. This step creates an unsigned xarchive
file.
​https://github.com/appcircleio/appcircle-ios-build-simulator​
This step performs unit and UI tests for your iOS applications.
​https://github.com/appcircleio/appcircle-ios-test-component/tree/develop​