Closed sratz closed 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.
@merks @jonahgraham Could we get this merged for M1? That would be ideal for testing as early as possible.
I don't think this is controversial so I shall merge it now.
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.