File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
src/jdk.jpackage/macosx/classes/jdk/jpackage/internal Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ protected void validateAppImageAndBundeler(
139
139
if (Optional .ofNullable (
140
140
SIGN_BUNDLE .fetchFrom (params )).orElse (Boolean .FALSE )) {
141
141
// if signing bundle with app-image, warn user if app-image
142
- // is not allready signed.
142
+ // is not already signed.
143
143
try {
144
144
if (!(AppImageFile .load (applicationImage ).isSigned ())) {
145
145
Log .info (MessageFormat .format (I18N .getString (
Original file line number Diff line number Diff line change 33
33
<string >DEPLOY_BUNDLE_COPYRIGHT</string >DEPLOY_FILE_ASSOCIATIONS
34
34
<key >NSHighResolutionCapable</key >
35
35
<string >true</string >
36
+ <key >NSMicrophoneUsageDescription</key >
37
+ <string >The application DEPLOY_LAUNCHER_NAME is requesting access to the microphone.</string >
36
38
</dict >
37
39
</plist >
Original file line number Diff line number Diff line change 14
14
<true />
15
15
<key >com.apple.security.cs.debugger </key >
16
16
<true />
17
+ <key >com.apple.security.device.audio-input </key >
18
+ <true />
17
19
</dict >
18
20
</plist >
You can’t perform that action at this time.
0 commit comments