The rants and ravings of a Mac developer
photo.jpg: As seen in photo: PowerMac G4 (dual mirrored drives doors) - Dual 1 GHz and some Dell P.O.S. And DAMN! I’m hating that let closest to the 2 drawer filing cabinet!!!!
1 year ago
Cheesy Poof: The newest member to our hamster family. She’s a little camera shy right now and is still getting used to her new environment
1 year agoIf you use Xcode to create your source code file, you’ll notice that it nicely places a comment block at the top of the file for you that contains the file name, project name, author, creation date and a copy write notice that contains your company name.
By default it takes the company name from your address book entry. But if this does not suit your tastes and would like to change it, but also want to keep the company name in your address book entry, then here is the solution…
In terminal type (all on one line):
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions
'{"ORGANIZATIONNAME" = "<your company name here>";}'
The copy write notice then would appear like this:
Copyright <year> <your company name>. All rights reserved.
Watch out for the trailing period after company name, especially if you use a URL.
1 year ago
Ok you seriously have to read this. This is so funny I nearly wet myself! View all of this pdf now.
1 year ago