xavierlowmiller/xcodegen

Runs the `xcodegen generate` command

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cache-pathWhere the cache file will be loaded from and save to. Defaults to ~/.xcodegen/cache/{SPEC_PATH_HASH}
no-envDisable environment variable expansions
only-plistsGenerate only plist files
projectThe path to the directory where the project should be generated. Defaults to the directory the spec is in. The filename is defined in the project spec
project-rootThe path to the project root directory. Defaults to the directory containing the project spec.
quietSuppress all informational and success output
specThe path to the project spec file. Defaults to project.yml
use-cacheUse a cache for the xcodegen spec. This will prevent unnecessarily generating the project if nothing has changed
versionThe version of xcodegen to be used. Check https://github.com/yonaskolb/XcodeGen/releases for valid options.latest
installWhether to install xcodegen or not
runWhether to run xcodegen or not

no outputs