Integrated: 8286850: [macos] Add support for signing user provided app image

Alexander Matveev almatvee at openjdk.java.net
Fri Jun 3 20:30:41 UTC 2022


On Thu, 2 Jun 2022 05:17:25 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:

> - Added support for signing predefined application image.
>  - Following command can be used to sign predefined application images: jpackage --type app-image --app-image Test.app --mac-sign [additional signing options]
>  - Main class and if --mac-app-store was specified will be saved in .jpackage.xml. Both values are required for signing. Main class is to generate default identity and --mac-app-store to do correct signing for App Store.
>  - Signing is done exactly same as when generating app bundle. Unsigned, signed or partially signed app images are supported. App image will be completely unsigned before signing.

This pull request has now been integrated.

Changeset: 7a0c8b14
Author:    Alexander Matveev <almatvee at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/7a0c8b14aaf3573f5ea2bd2cc759c854825e6893
Stats:     941 lines in 27 files changed: 792 ins; 22 del; 127 mod

8286850: [macos] Add support for signing user provided app image

Reviewed-by: asemenyuk

-------------

PR: https://git.openjdk.java.net/jdk/pull/8987


More information about the core-libs-dev mailing list