pull/3/head
Igor Chubin 7 years ago
parent e53c70522a
commit 269bcf2b12

@ -1,21 +1,17 @@
# carthage
# A dependency management tool for Cocoa applications (Mac OS X)
carthage
# Download the latest version of all dependencies mentioned in Cartfile, and build them:
carthage update
A dependency management tool for Cocoa applications.
# Update dependencies, but only build for iOS:
carthage update --platform ios
- 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
# 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

Loading…
Cancel
Save