-
-
Save andru255/4bfb010b8e641e56130112c3f819cf8a 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