导出MacOS
1.使用钥匙串访问生成证书 钥匙串访问->证书助理->从证书颁发机构请求证书
2.安装cargo[https://doc.rust-lang.org/cargo/getting-started/installation.html] curl https://sh.rustup.rs -sSf | sh
2.安装rcodesign [https://gregoryszorc.com/docs/apple-codesign/0.17.0/apple_codesign_getting_started.html]
cargo install apple-codesign
3.终端测试,是否安装成功 rcodesign --help
4.导出钥匙串证书 使用security security find-identity
security export -t identities -f pkcs12 -o keys.p12
rcodesign generate-certificate-signing-request --p12-file keys.p12 生成密钥
appleid.apple.com 生成帐号的随机密码
查询公正结果
xcrun notarytool log 公正UUID --apple-id 邮箱帐号 --password 密码 --team-id 团队ID