periphery icon indicating copy to clipboard operation
periphery copied to clipboard

Added schemes_arguments to configuration

Open amseddi opened this issue 2 years ago • 0 comments

Added additional arguments to the configuration to be passed to the xcodebuild schemes command.

In our CI build the cloned packages are saved in a custom path and we need to specify that path so the scheme call does not need to clone them again in the default directory:

schemes_arguments:
- -clonedSourcePackagesDirPath 
- packages_cache

amseddi avatar Jan 12 '24 14:01 amseddi