标签: macos launch-services
macOS应用程序可以通过在Info.plist文件中包含LSMinimumSystemVersion密钥来指定所需的最低操作系统版本。如果此密钥不存在,应该会发生什么?
Info.plist
LSMinimumSystemVersion
答案 0 :(得分:0)
如果LSMinimumSystemVersion不存在,则在尝试启动之前,不会检查应用是否支持当前的macOS版本。无论macOS版本如何,它都会启动。