18 May 2009

How to rename project in Xcode 3.x

http://aplus.rs/cocoa/how-to-rename-project-in-xcode-3x/

So you built a project in XCode and decided to change the name. Well its a small pain to do this.  6 simple steps - how to rename the project and target executables.

11 May 2009

iPhone Anti-Pirates

NSBundle *bundle = [NSBundle mainBundle];
NSDictionary *info = [bundle infoDictionary];
if ([info objectForKey: @”SignerIdentity”] != nil)
{
/* Looks like this is app is pirated */
}