Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
You can install Carthage with Homebrew using the following command:
$ brew update
$ brew install carthage
To integrate SystemKit into your Xcode project using Carhage, specify it in your Cartfile:
github "beltex/SystemKit"
Run carthage update to build the framework and drag the built SystemKit.framework into your Xcode project.
Don't forget to alter your Carthage building phase for macOS.
请发表评论