Re: Added version # to dylib
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
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