• 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: Obtaining version number of framework at runtime... API avail able?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Obtaining version number of framework at runtime... API avail able?


  • Subject: RE: Obtaining version number of framework at runtime... API avail able?
  • From: Christian Mike <email@hidden>
  • Date: Tue, 13 Nov 2001 07:48:30 -0500

You can use:

myDict = [[NSBundle bundleForClass:[someClassInFramework class]]
infoDictionary];

And then pull out the strings using:

[myDict objectForKey:@"CFBundleGetInfoString"]
[myDict objectForKey:@"CFBundleVersion"]
[myDict objectForKey:@"NSHumanReadableCopyright"]
etc.

Michael Christian
Thomson multimedia Inc.


  • Prev by Date: Re: bad documentation
  • Next by Date: Re: Still about bad documentation
  • Previous by thread: NSPopUpList ClassNotFoundException
  • Next by thread: Re: Still about bad documentation
  • Index(es):
    • Date
    • Thread