Skip to content

Commit 5064f48

Browse files
authored
build: override unnecessary permissions (#970)
1 parent c5b83ef commit 5064f48

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,13 @@
7878
"entitlementsInherit": "./entitlements/entitlements.mac.plist",
7979
"publish": [
8080
"github"
81-
]
81+
],
82+
"extendInfo": {
83+
"NSBluetoothAlwaysUsageDescription": null,
84+
"NSBluetoothPeripheralUsageDescription": null,
85+
"NSCameraUsageDescription": null,
86+
"NSMicrophoneUsageDescription": null
87+
}
8288
},
8389
"dmg": {
8490
"icon": "assets/images/app-icon.icns",

0 commit comments

Comments
 (0)