logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Carthage Dependencies - Manage Cocoa Apps | Online Free DevTools by Hexmos

Control Cocoa app dependencies with Carthage. Manage, update, and build dependencies for your iOS and macOS projects. Free online tool, no registration required.

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}}

See Also