Xpra-org / xpra

Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.
https://xpra.org/
GNU General Public License v2.0
1.93k stars 165 forks source link

macos code signing #2388

Open totaam opened 5 years ago

totaam commented 5 years ago

Details in gtk-mac-bundler: Code Signing: Until mid 2016 gtk-mac-bundler depended upon a launcher shell script to configure the environment. You can still do this, but it causes problems with code-signing. Apple recommends that one not install scripts into the Contents/MacOS folder of a bundle, nor should one attempt to sign scripts. Doing so will produce signatures that are incompatible across different versions of MacOS.

So Apple managed to screw up digital signatures on plain text files. How did they manage that?

totaam commented 5 years ago

See also #2385, #2384, #2422, #2441, #2454.