On Mon, Nov 26, 2012, at 10:59 PM, Sachin Porwal wrote: > Hi Stephen, > > Thanks for your help. > > No, the tool is not an App/Bundle, it is native command line Tool > which embeds the File version Plist in itself. I am trying to find a > generic way to read version information from such binaries (32/64 bit) > if they have file version plist embeded with them.
>From the documentation for CFBundleCopyInfoDictionaryForURL: "For a plain file URL representing an unbundled application, this function will attempt to read an information dictionary either from the (__TEXT, __info_plist) section of the file (for a Mach-O file) or from a plst resource." So use that. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
