From b8ed629235973116c709693d9bde597fe41ec8ad Mon Sep 17 00:00:00 2001 From: Sebastian Ratz Date: Tue, 20 Aug 2024 15:30:28 +0100 Subject: [PATCH] Product file editor: Document bundleUrlTypes support on macOS Follow-up on #1326. Contributes to https://github.com/eclipse-platform/eclipse.platform.ui/issues/1901. --- .../guide/tools/editors/product_editor/launching.htm | 1 + 1 file changed, 1 insertion(+) diff --git a/org.eclipse.pde.doc.user/guide/tools/editors/product_editor/launching.htm b/org.eclipse.pde.doc.user/guide/tools/editors/product_editor/launching.htm index cf523d3bd5..c31baa94e1 100644 --- a/org.eclipse.pde.doc.user/guide/tools/editors/product_editor/launching.htm +++ b/org.eclipse.pde.doc.user/guide/tools/editors/product_editor/launching.htm @@ -23,6 +23,7 @@

Program Launcher

Launcher Exe

To customize the name of the launcher, just enter the name in the Launcher Name field. If left unspecifed, the name will default to eclipse.

Customizing the launcher icon varies per platform. The product editor indicates the platform requirements, and flags warnings at the top of the page if the supplied icons do not match the size or depth requirements.

+

On macOS it is also possible to configure URL schemes to be handled by the native launcher. This information is placed as CFBundleURLTypes entries in the Info.plist file of the app bundle. A corresponding org.eclipse.urischeme.uriSchemeHandlers extension point implementation should then be contributed by one of the plug-ins in the product.

Launching Arguments

The Launching Arguments section lets you specify the program and VM arguments that should be used for your product. These arguments are stored in a file named <launcher_name>.ini at the root of the product. PDE creates this file based on the values entered in this section. You can specify arguments for all Platforms, or choose a tab to specify arguments that apply only to a particular platform. You may use the combo box below the Platform tabs to specify arguments for a specific OS architecture. The Complete Arguments Preview text shows you what arguments will be used for the selected Platform and OS architecture, including arguments that apply to all platforms or architectures.