Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
编译二进制文件时,是否可以从二进制文件中读取 MACOSX_DEPLOYMENT_TARGET 参数?
一种选择是LC_VERSION_MIN_MACOSX在 Mach-O 视图标题中查找加载命令。但是,它仅在 10.8 中添加,并且它可能不存在于以前版本的 Mac OS X 中构建的二进制文件中。
LC_VERSION_MIN_MACOSX
如果您浏览应用程序,请右键单击应用程序图标,然后选择“显示包内容”。然后打开“目录”文件夹。然后打开 MacOS 文件夹并右键单击可执行文件。选择“获取信息”,然后阅读“已创建”的内容。我认为应该这样做。