Opened 19 months ago
Last modified 6 weeks ago
#2388 assigned task
macos code signing
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.2 |
Component: | packaging | Version: | 2.5.x |
Keywords: | Cc: |
Description
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?
Change History (4)
comment:1 Changed 18 months ago by
Status: | new → assigned |
---|
comment:2 Changed 12 months ago by
Milestone: | 4.0 → 4.1 |
---|
comment:3 Changed 2 months ago by
Milestone: | 4.1 → 4.2 |
---|
comment:4 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2388
Note: See
TracTickets for help on using
tickets.
See also #2385, #2384, #2422, #2441, #2454.