My iOS Development Environment


Xcode plug-ins

ColorSense

With this plug-in, don't have to hard-code UIColor by colorWithRed: green: blue: alpha: method again.

Plugin for Xcode to make working with colors more visual

KSImageNamed

With this plug-in, don't have to con over every image resource's name.

Xcode plug-in that provides autocomplete for imageNamed: calls

Xvim

Vi mode for Xcode, improve your coding efficiency.

Xcode plugin for Vim keybindings http://programming.jugglershu.net/softwares/xvim.html

Scripts

sort-Xcode-project-file

perl sort-Xcode-project-file MyApp.xcodeproj/project.pbxproj  

Unit testing

xctool

xctool is a replacement for Apple's xcodebuild that makes it easier to build and test iOS and Mac projects.

3rd party library management

CocoaPods

comments powered by Disqus