Fairly straightforward question - if I have a .framework
file, is there a command/tool that can be used to determine the SDK and Deployment Target versions used to create the framework?
Similarly, can this be performed on the application binary stored inside a .app file? I'm looking to automate a script that will go search a list of previously-built apps/frameworks, without having the original .xcodeproj
files, and determining their high/low supported OS versions.