From ae187b6d75c8079da0be1dc288613bad8466fe61 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Tue, 24 Oct 2023 17:43:37 +0200 Subject: Initial commit --- .../osx-sign/entitlements/default.mas.plist | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 desktop/node_modules/@electron/osx-sign/entitlements/default.mas.plist (limited to 'desktop/node_modules/@electron/osx-sign/entitlements/default.mas.plist') diff --git a/desktop/node_modules/@electron/osx-sign/entitlements/default.mas.plist b/desktop/node_modules/@electron/osx-sign/entitlements/default.mas.plist new file mode 100755 index 0000000..025064d --- /dev/null +++ b/desktop/node_modules/@electron/osx-sign/entitlements/default.mas.plist @@ -0,0 +1,22 @@ + + + + + com.apple.security.app-sandbox + + com.apple.security.files.user-selected.read-write + + com.apple.security.files.bookmarks.app-scope + + com.apple.security.network.client + + com.apple.security.print + + com.apple.security.device.camera + + com.apple.security.device.microphone + + com.apple.security.device.usb + + + -- cgit