RE: Added version # to dylib
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?
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.
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