eclipse-packaging / packages

Eclipse IDE product definitions.
Eclipse Public License 2.0
4 stars 13 forks source link

Register eclipse+command / eclipse+mpc links for macOS packages #214

Closed sratz closed 1 month ago

sratz commented 1 month ago

With https://github.com/eclipse-platform/eclipse.platform.ui/issues/1901 the auto-registration of link handlers was removed to avoid breaking of code signatures.

In order to use the 'eclipse+command' and 'eclipse+mpc' URI schemes on macOS, they must instead be pre-registered during .app bundle build time before code signing.

sratz commented 1 month ago

@merks @jonahgraham Could we get this merged for M1? That would be ideal for testing as early as possible.

merks commented 1 month ago

I don't think this is controversial so I shall merge it now.