Skip to content

Commit

Permalink
8272639: jpackaged applications using microphone on mac
Browse files Browse the repository at this point in the history
Reviewed-by: asemenyuk
  • Loading branch information
Andy Herrick committed Sep 17, 2021
1 parent 20be766 commit da1c0fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ protected void validateAppImageAndBundeler(
if (Optional.ofNullable(
SIGN_BUNDLE.fetchFrom(params)).orElse(Boolean.FALSE)) {
// if signing bundle with app-image, warn user if app-image
// is not allready signed.
// is not already signed.
try {
if (!(AppImageFile.load(applicationImage).isSigned())) {
Log.info(MessageFormat.format(I18N.getString(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@
<string>DEPLOY_BUNDLE_COPYRIGHT</string>DEPLOY_FILE_ASSOCIATIONS
<key>NSHighResolutionCapable</key>
<string>true</string>
<key>NSMicrophoneUsageDescription</key>
<string>The application DEPLOY_LAUNCHER_NAME is requesting access to the microphone.</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
<true/>
<key>com.apple.security.cs.debugger</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</plist>

1 comment on commit da1c0fe

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.