Recreate User Schemes
Description
This step recreates default user schemes.
If no shared schemes exist in the project/workspace, step will recreate default user schemes, just like Xcode does.
Add this step directly to your workflow in the Bitrise Workflow Editor.
You can also run this step directly with Bitrise CLI.
Inputs
Key | Description | Flags | Default |
---|---|---|---|
project_path |
A .xcodeproj/.xcworkspace path. |
required | $BITRISE_PROJECT_PATH |
Outputs
There are no outputs defined in this stepWe welcome pull requests and issues against this repository.
For pull requests, work on your changes in a forked repository and use the Bitrise CLI to run step tests locally.
Learn more about developing steps: