Re: How get version of app from propertyList.plc runtime?
Re: How get version of app from propertyList.plc runtime?
- Subject: Re: How get version of app from propertyList.plc runtime?
- From: m <email@hidden>
- Date: Tue, 29 Apr 2003 13:37:25 +0100
On Tuesday, April 29, 2003, at 10:52 AM, Ruslan Zasukhin wrote:
Hi guys,
How to extract runtime version that I have specify In .plc file using
If I understand your question correctly:
NSString* versionString = [[[NSBundle
mainBundle]infoDictionary]objectForKey:@"CFBundleShortVersionString"];
regards,
_murat
_______________________________________________
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.