Slide 22
Slide 22 text
carthage help update
Update and rebuild the project's dependencies
[--configuration (string)]
the Xcode configuration to build (ignored if --no-build option is present)
[--platform (platform)]
the platforms to build for (one of ‘all’, ‘Mac’, ‘iOS’, ‘watchOS’, 'tvOS', or comma-separated values of the formers except for ‘all’)
(ignored if --no-build option is present)
[--derived-data (string)]
path to the custom derived data folder
[--verbose]
print xcodebuild output inline (ignored if --no-build option is present)
[--no-checkout]
skip the checking out of dependencies after updating
[--no-build]
skip the building of dependencies after updating (ignored if --no-checkout option is present)
[--use-ssh]
use SSH for downloading GitHub repositories
[--use-submodules]
add dependencies as Git submodules
[--no-use-binaries]
check out dependency repositories even when prebuilt frameworks exist, disabled if --use-submodules option is present (ignored if --no-build option is present)
[--color (color)]
whether to apply color and terminal formatting (one of ‘auto’, ‘always’, or ‘never’)
[--project-directory (string)]
the directory containing the Carthage project
[[]]
the dependency names to update, checkout and build