Re: Getting the version string of any program
Re: Getting the version string of any program
- Subject: Re: Getting the version string of any program
- From: Matt Gillette <email@hidden>
- Date: Tue, 8 Jun 2004 13:35:32 -0700
For a bundle you can use:
[[[NSBundle bundleForClass:[self class] infoDictionary]
objectForKey:@"CFBundleVersion"]]]
typed in Mail
Matt
On Jun 8, 2004, at 12:45 PM, Chaz McGarvey wrote:
Hi.
Is there a robust way to get a version number or string from any
program (bundle or not) using Cocoa or Carbon?
Appreciate it.
Chaz McGarvey
http://www.brokenzipper.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.