Detect which SDK Version was used to build a OSX Framework -
i need detect sdk version used build osx framework.
any helpful hints appreciated florian
thanks hint solved problem
i need validate framwework built 10.6 sdk hint, solved problem otool
using otool -l prints the following lines if link against 10.6 sdk /system/library/frameworks/corefoundation.framework/versions/a/corefoundation (compatibility version 150.0.0, current version 550.29.0)
if still use 10.5 sdk different current version number /system/library/frameworks/corefoundation.framework/versions/a/corefoundation (compatibility version 150.0.0, current version 476.19.0)
Comments
Post a Comment