Skip to content
Shun Nishitsuji edited this page Oct 19, 2016 · 1 revision

モバイル研修のいろいろ

Alcatraz入れる

$ curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh

入れたプラグイン

  • AutoIndentWithSpace
  • GitDiff
  • KZLinkedConsole
  • XcodeColors
  • XVim

テーマ設定

  • Theme: Solarized Dark
  • Font: Rectry Diminished Regular 16

Load bundle skippしてもうた

$ defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-<xcodeのバージョン>

↑であかんときは↓

$ defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
$ find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist | xargs -IFILE defaults write FILE DVTPlugInCompatibilityUUIDs -array-add <上のコマンドででたUID>

Carthage入れる

チーム開発

  • storybordは一緒に編集しない
  • mergepbx: projectファイルをいい感じにしてくれるっぽい

その他