You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
491 B
Plaintext

7 years ago
# carthage
# A dependency management tool for Cocoa applications (Mac OS X)
7 years ago
# Download & build the latest version of all dependencies mentioned in Cartfile
7 years ago
carthage update
7 years ago
# Update dependencies, but only build for iOS
7 years ago
carthage update --platform ios
7 years ago
# Update dependencies, but don't build any of them
7 years ago
carthage update --no-build
7 years ago
# Download & rebuild the current version of dependencies (without updating them)
7 years ago
carthage bootstrap
7 years ago
7 years ago
# Rebuild a specific dependency:
carthage build dependency