Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 446b0e0b..c15c8c80 100644
--- a/README.md
+++ b/README.md
@@ -60,11 +60,12 @@ Each package uses its own profile:
- epp.package.testing
With the signing profiles enabled, the build artifacts (bundles, features) and the
-Windows and Mac OSX executables are signed. This is done by using the Eclipse Foundation
+Windows and macOS executables are signed. This is done by using the Eclipse Foundation
internal signing service and can be activated only if the build is running there.
- eclipse-sign-jar profile enables signing of the EPP bundles and jar files
-- eclipse-sign-mac profile enables usage of Mac OSX signing service
+- eclipse-sign-mac profile enables usage of macOS signing service
+- eclipse-sign-dmg profile enables signing of the DMG files for the macOS platform
- eclipse-sign-windows profile enables usage of Windows signing service
Additional Configuration Possibilities

Back to the top