• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Using version number in code
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using version number in code


  • Subject: Re: Using version number in code
  • From: Martin Hewitson <email@hidden>
  • Date: Fri, 21 Oct 2011 16:59:57 +0100

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

On Oct 21, 2011, at 04:54 PM, Chris Paveglio wrote:

> In an app's Info.plist there are the 2 values for Bundle Version. Is there a way to use those directly in a class, in code? For example, I often like to put the version number of an app in the title bar or in part of the window (I mostly develop in-house for my company so UI standards can suit our needs, users can see immediately if it's the newest version). So far I've simply made a variable or set the version number directly (as a string) in my AppDelegate class, but if I could somehow use the Bundle Version or Bundle Version String Short that would be great. Any suggestions?
> Chris
> _______________________________________________
>
> 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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Martin Hewitson
Albert-Einstein-Institut
Max-Planck-Institut fuer
    Gravitationsphysik und Universitaet Hannover
Callinstr. 38, 30167 Hannover, Germany
Tel: +49-511-762-17121, Fax: +49-511-762-5861
E-Mail: email@hidden
WWW: http://www.aei.mpg.de/~hewitson
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~





_______________________________________________

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

  • Follow-Ups:
    • Re: Using version number in code
      • From: Chris Paveglio <email@hidden>
    • Re: Using version number in code
      • From: glenn andreas <email@hidden>
References: 
 >Using version number in code (From: Chris Paveglio <email@hidden>)

  • Prev by Date: Re: Core Data: Determine if managed object is deleted
  • Next by Date: Re: Prevent table sorting
  • Previous by thread: Using version number in code
  • Next by thread: Re: Using version number in code
  • Index(es):
    • Date
    • Thread