对于OS X,我将
Java应用程序分发到DMG中.由于Mountain Lion的发布,打开该应用程序会出现以下错误信息:
[app name] is damaged and couldn’t be opened. You should eject the
disk image.
Apparently the fix is to sign the .app file所以我读了Code Signing Guide.除了将其整合到我的一键构建过程的重要问题之外,一切似乎都是直截了当的.
在所有平台上构建我的产品发生在我的Linux开发机器上.我运行Ant脚本,Windows安装程序,启动EXE,Linux安装程序,OS X应用程序和DMG都是构建的.所以我想在这个过程中整合代码签名.
Linux有相当于’codesign’吗?