Re: How to get my application version from inside my code?
Re: How to get my application version from inside my code?
- Subject: Re: How to get my application version from inside my code?
- From: Steven Degutis <email@hidden>
- Date: Sat, 27 Feb 2010 16:54:53 -0500
This is already shown in the default About box window, which is sufficient
for most apps. But if you really need to have your own custom About box, you
can get most of that information from
-[NSBundle objectForInfoDictionaryKey:]
-Steven
On Sat, Feb 27, 2010 at 4:21 PM, Bengt Nilsson <email@hidden>wrote:
> Hi!
>
> I need to access the bundle version of my application from inside my code
> to show it in the "About.." box.
> How can I do this?
>
> BN
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> 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:
>
> This email sent to email@hidden
>
--
Steven Degutis
http://www.thoughtfultree.com/
http://www.degutis.org/
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden