iOS代码签名:Code Signing(iPa文件签名)

本文共有1379个字。 # / a

1、 Codesign command
123.jpg

  1. Use the security command to view such certificates in the system

    security find-identity -v -p codesigning

  2. Use the above identity to sign the file through codesign command

    codesign -f -s 'iPhone Developer: Bank of Beijing Co.,Ltd.' xxx.app

  3. View signature

    codesign -vv -d xxx.app

  4. Check whether the current signature is perfect, that is, it is not damaged

    codesign --verify xxx.app

版权声明:本文来源自网络,经修正后供个人鉴赏、娱乐,如若侵犯了您的版权,请及时联系我们进行删除!

暂时无法评论哦~

暂无评论