I have a .framework file which was built using some c++ standard. Is there any way to find out which c++ standard was used to build them? (Like c++11 or earlier).
I have tried the otool
command but it doesn't work. Is there any way to do it?
For reference: What exactly is a Framework in Mac OS X? ( *.framework folders )