Re: How to get dylib version information
Re: How to get dylib version information
- Subject: Re: How to get dylib version information
- From: Jerry Krinock <email@hidden>
- Date: Tue, 12 Feb 2013 09:58:14 -0800
On 2013 Feb 08, at 08:52, Omkar Ramtekkar <email@hidden> wrote:
> I've tried "otool -L" command and it's giving me the proper output but as per the requirements I can't use it, since I've 100 of dylib in a directory for which I wanted to get the version information and I can't run "otool" command for each dylib through NSTask and NSPipe.
Why not?
If you want to reduce interprocess communication, you could put your little "dylib version getter" in a separate program (tool) and return the result in one batch.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden