Sign a Framework for OSX 10.9

前端 未结 6 2112
悲哀的现实
悲哀的现实 2020-12-05 08:24

After using macdeployqt I sign my application to avoid Gatekeeper problems.

I can use codesign on all the frameworks and everything inside

6条回答
  •  一生所求
    2020-12-05 08:57

    Thank you very much!

    You also have to sign all plugins used by your application

    i.e.

    $ codesign --force --verify --verbose --sign "Developer ID Application: My ID" MyApplication.app/Contents/PlugIns/imageformats/libqgif.dylib
    

    Best regards,

    Rainer

提交回复
热议问题