Last active
October 16, 2017 23:15
-
-
Save SunXiaoShan/f190705cd1ddadda96308c7319caa74f to your computer and use it in GitHub Desktop.
OCLint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 安裝 Homebrew | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# 安装 OCLint | |
brew tap oclint/formulae | |
brew install oclint | |
# 安裝 xcpretty | |
gem install xcpretty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment