-
Bug
-
Resolution: Fixed
-
P3
-
internal
Split the JDK-8215895 since signing tests are blocked by INFRA.
We need to verify and create tests for Mac installer specific options:
--mac-bundle-name <name string>
Name of the application as it appears in the Menu Bar. This can be different from the application name.
This name must be less than 16 characters long and be suitable for displaying in the menu bar and
the application Info window. Defaults to the application name.
--mac-bundle-identifier <ID string>
An identifier that uniquely identifies the application for MacOSX (and on the Mac App Store).
May only use alphanumeric (A-Z,a-z,0-9), hyphen (-), and period (.) characters.
--mac-app-store-category <category string>
Mac App Store Categories.
Note that the key is the string shown to the user and the value is the ID of the category.
We need to verify and create tests for Mac installer specific options:
--mac-bundle-name <name string>
Name of the application as it appears in the Menu Bar. This can be different from the application name.
This name must be less than 16 characters long and be suitable for displaying in the menu bar and
the application Info window. Defaults to the application name.
--mac-bundle-identifier <ID string>
An identifier that uniquely identifies the application for MacOSX (and on the Mac App Store).
May only use alphanumeric (A-Z,a-z,0-9), hyphen (-), and period (.) characters.
--mac-app-store-category <category string>
Mac App Store Categories.
Note that the key is the string shown to the user and the value is the ID of the category.
- clones
-
JDK-8215895 Verify and create tests for Mac installer specific signing options
-
- Resolved
-