We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917cecb commit 064a94fCopy full SHA for 064a94f
_scripts/ebuilder.config.mjs
@@ -84,7 +84,15 @@ export default {
84
],
85
CFBundleURLSchemes: [
86
'freetube'
87
- ]
+ ],
88
+
89
+ // Clear the default usage descriptions in the Info.plist file set by Electron that we don't need
90
+ // see: https://github.com/electron/electron/blob/main/shell/browser/resources/mac/Info.plist
91
+ NSAudioCaptureUsageDescription: undefined,
92
+ NSBluetoothAlwaysUsageDescription: undefined,
93
+ NSBluetoothPeripheralUsageDescription: undefined,
94
+ NSCameraUsageDescription: undefined,
95
+ NSMicrophoneUsageDescription: undefined,
96
}
97
},
98
win: {
0 commit comments