Cool, Thanks everyone!
----- Original Message ----- Subject: Re: Using version number in code Chris, You can get those values like this: NSDictionary *infodict = [[NSBundle mainBundle] infoDictionary]; NSString *bundleVersion = [dict valueForKey:@"CFBundleVersion"]; NSString *shortVersion = [dict valueForKey:@"CFBundleShortVersionString"]; CGFloat ver = [shortVersion floatValue]; Cheers, Martin _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
