我正在尝试对 dmg 容器中的现有插件安装程序进行公证。Apple 的建议是使用 altool 通过终端进行公证。我正在使用以下代码:
xcrun altool --notarize-app \
--primary-bundle-id co.nz.xxx.dmg \
--username xxxx@gmail.com \
--password xxxxxxxxxxx \
--file /Users/admin/Documents/MyPlugin_v1.7.dmg
但这并没有返回任何结果,没有错误,没有成功。我也等得够久了。
是什么赋予了?