• 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: <email@hidden>
  • Date: Fri, 16 Sep 2005 13:45:20 -0500
  • Thread-topic: Added version # to dylib

Thanks for the help.  That worked great.  Is it the same steps for adding a version to an application?

 

Mike Epp 

 

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

  • Prev by Date: Re: It doesn't work
  • Next by Date: What makes my precompiled header disapear?
  • Previous by thread: Re: Added version # to dylib
  • Next by thread: "Warning: Duplicate resource" how to disable?
  • Index(es):
    • Date
    • Thread