命令行
1brew
安装命令行 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
man brew 帮助命令
2 ideviceinstaller
安装命令行 brew install ideviceinstaller
安装ipa包到手机命令行 ideviceinstaller -i "${ipaPath}/${ipa_name}.ipa”
3 command line tools
安装命令行 xcode-select —install http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/
4 git
安装命令行 brew install git
查看帮助命令即可 git help
5 cocoa pods
帮助命令 pod --help
安装 : 先安装 ruby环境(目前系统应该自带) http://www.cnblogs.com/daguo/p/4097263.html
安装好ruby环境之后 安装cocoa pods http://code4app.com/article/cocoapods-install-usage
———可以看看 http://www.cnblogs.com/wayne23/p/3912882.html
使用 :
http://www.360doc.com/content/14/0309/10/11029609_358970353.shtml
6 sup文件上传服务器命令
6.1登陆服务器
cd ~/.ssh
ssh --@--。--。--。--
密码:------
cat /etc/profile
6.2拷贝文件到服务器
scp profileAddress distinationAddress
7 命令行卸载完全软件
sudo rm -r -f /Applications/name.app
Mac Book 命令行使用
原文:http://www.cnblogs.com/yanyuewen/p/5013229.html