• 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: Added version # to dylib
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Added version # to dylib


  • Subject: Re: Added version # to dylib
  • From: Dave Thorup <email@hidden>
  • Date: Fri, 16 Sep 2005 12:22:42 -0400

Dylibs don't have resource forks and even if they did have one it would be ignored by the dynamic loader.  The Finder looks to the resource fork to get the version number, but that's not where it's stored for dylibs.  If you want to view the version number of a dylib then open the Terminal and type:

otool -L <library name.dylib>

This will show you information about the dyblib as well as info about the libraries it is linked to.

Dave


On Sep 16, 2005, at 11:32 AM, <email@hidden> <email@hidden> wrote:

I have the Current Library Version field filled out, but when I go to get info on the built dylib the version # doesn’t show.  I have seen places mention a resource (.r) file or rez tool, is there a step that I need to do to enable versions.



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >RE: Added version # to dylib (From: <email@hidden>)

  • Prev by Date: Re: Application Menu Items...
  • Next by Date: Re: Can Xcode allow multiple definitions of a fn?
  • Previous by thread: RE: Added version # to dylib
  • Next by thread: RE: Added version # to dylib
  • Index(es):
    • Date
    • Thread