ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
332 stars 35 forks source link

Add codesigning support #84

Open ronaldoussoren opened 11 years ago

ronaldoussoren commented 11 years ago

Original report by Ronald Oussoren (Bitbucket: ronaldoussoren, GitHub: ronaldoussoren).


Py2app should have an option to use codesigning for the application (for example for the Gatekeeper functionality in recent versions of OSX)

ronaldoussoren commented 10 years ago

Original comment by the_cyman (Bitbucket: the_cyman, ).


I definitely need this feature as well! It is no longer an option, unfortunately. Any interim docs on how to use GateKeeper with Py2app. (With PySide in particular would be amazing.)

ronaldoussoren commented 10 years ago

Original comment by Ronald Oussoren (Bitbucket: ronaldoussoren, GitHub: ronaldoussoren).


I don't have any interim documentation on code signing. I have to research how to properly do code signing without using Xcode before I can add support for that to py2app, and that research is likely the hardest part of adding the feature.

hasii2011 commented 2 years ago

I would like this support