8272639: jpackaged applications using microphone on mac

Reviewed-by: almatvee, serb
This commit is contained in:
Andy Herrick 2021-08-24 20:59:43 +00:00
parent 0e7288ffbf
commit b17b821a57
3 changed files with 5 additions and 1 deletions

View File

@ -139,7 +139,7 @@ public abstract class MacBaseInstallerBundler extends AbstractBundler {
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(

View File

@ -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>

View File

@ -14,5 +14,7 @@
<true/>
<key>com.apple.security.cs.debugger</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</plist>