-
Notifications
You must be signed in to change notification settings - Fork 0
WIP
Shun Nishitsuji edited this page Oct 19, 2016
·
1 revision
$ 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
$ 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を使ってビルド時間を短縮しよう
- コマンドは
carthage update --platform iOS
- コマンドは
- storybordは一緒に編集しない
- mergepbx: projectファイルをいい感じにしてくれるっぽい