Alfred (App Store)
키보드 런쳐
Sublime Text 3 (http://www.sublimetext.com/3)
텍스트 에디터
SourceTree (http://sourcetreeapp.com)
git 용 GUI 클라이언트
chrome browser (https://www.google.co.jp/chrome/browser/)
설명 필요없슴
cocoapods (http://cocoapods.org)
sudo gem install cocoapods
Objective-C 라이브러리 관리
Homebrew (http://brew.sh/index_ko.html)툴
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
패키지 인스톨 관리
brew install wget
mitmproxy (http://mitmproxy.org)
brew update
brew upgrade
brew install python
easy_install pip
pip install mitmproxy
http(s) 감시. 윈도의 fiddler같은거.
alcatraz (http://alcatraz.io)
curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh
XCode 플러그인, 컬러 스킴등 관리
Finder에서 숨김파일 표시
defaults write com.apple.finder AppleShowAllFiles -boolean true
killall Finder
되돌리기
defaults delete com.apple.finder AppleShowAllFiles
killall Finder
'Software > iOS & Objective-C' 카테고리의 다른 글
클래스 기본 문법 (0) | 2015.11.09 |
---|---|
iOS Crash Log 추출 (0) | 2015.11.06 |
ARC와 strong, weak, 그리고 cycle (0) | 2015.06.22 |
[iOS] AES256 Descryption 에 대하여... (0) | 2014.02.11 |
NSString 변환 <—> NSData, char[] (0) | 2014.02.11 |