Posts tagged as:

Xcode

Xcode and .gitignore file

by Takashi Yoshida on July 19, 2009

in Programming

This is my .gitignore file. I am making a switch from Subversion to Git (and Github) and I needed to find out specific information on using Git with Xcode. # Xcode generated files build *.pbxuser *.mode1v3 *.mode2v3 *.perspectivev3 !default.pbxuser !default.mode1v3 !default.mode2v3 !default.perspectivev3 # Interface Builder generated files *~.nib *~.xib # Mac OS X generated files [...]

{ Comments on this entry are closed }

Review: Becoming Productive in Xcode

by Takashi Yoshida on February 23, 2009

in Programming,Tips and Tricks

I spent some time watching Becoming Productive in Xcode (by Mike Clark) from The Pragmatic Bookshelf. I have used Xcode (and I am still learning Cocoa) but I am still a Xcode beginner (I use code completion and that’s it). After checking out the free sampler video, I thought it might be worth US$10 to [...]

{ Comments on this entry are closed }