Skip to content

Instantly share code, notes, and snippets.

@andru255
Forked from SunXiaoShan/OCLintTool.sh
Created October 16, 2017 23:15
Show Gist options
  • Save andru255/4bfb010b8e641e56130112c3f819cf8a to your computer and use it in GitHub Desktop.
Save andru255/4bfb010b8e641e56130112c3f819cf8a to your computer and use it in GitHub Desktop.
OCLint
# 安裝 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