From 6258e14a5df10fa413398262365dcdeb3886fbaf Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Sat, 6 Apr 2024 08:29:28 -0400 Subject: [PATCH 1/2] build: override unnecessary permissions --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c480721c..39479e6de 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,13 @@ "entitlementsInherit": "./entitlements/entitlements.mac.plist", "publish": [ "github" - ] + ], + "extend-info": { + "NSBluetoothAlwaysUsageDescription": null, + "NSBluetoothPeripheralUsageDescription": null, + "NSCameraUsageDescription": null, + "NSMicrophoneUsageDescription": null + } }, "dmg": { "icon": "assets/images/app-icon.icns", From a4354ed12e4d1110e89b436f52ed5a2ac92bea58 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Sat, 6 Apr 2024 08:34:17 -0400 Subject: [PATCH 2/2] build: override unnecessary permissions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39479e6de..8b89beb33 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "publish": [ "github" ], - "extend-info": { + "extendInfo": { "NSBluetoothAlwaysUsageDescription": null, "NSBluetoothPeripheralUsageDescription": null, "NSCameraUsageDescription": null,