System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

carthage

A dependency management tool for Cocoa applications. More information: https://github.com/Carthage/Carthage.
  • Download the latest version of all dependencies mentioned in Cartfile, and build them:
    carthage update
  • Update dependencies, but only build for iOS:
    carthage update --platform ios
  • Update dependencies, but don't build any of them:
    carthage update --no-build
  • Download and rebuild the current version of dependencies (without updating them):
    carthage bootstrap
  • Rebuild a specific dependency:
    carthage build {{dependency}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.