LoginSignup
6

More than 5 years have passed since last update.

Mac OS Xで使える開発者向けコマンド集

Last updated at Posted at 2017-10-19

brewをインストール

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Xcodeをインストールしよう(mas編)

brew install mas
mas install 497799835

Xcodeをインストールしよう(xcode-install編)

RVMかrbenvをインストールしておいてください。

gem install xcode-install --no-document # ドキュメントはいらない
xcversion list
xcversion install 9
xcversion install-cli-tools

Xcodeのライセンスに同意する

sudo xcodebuild -license

ソフトウェアアップデートを探す

softwareupdate -l

or

softwareupdate --list

ソフトウェアアップデートをする

sudo softwareupdate --install --all

セットアップスクリプトを活用する

思いついたら書く。。 to be continued.

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6