diff options
Diffstat (limited to 'desktop/node_modules/@electron/osx-sign/entitlements/default.darwin.plist')
-rw-r--r-- | desktop/node_modules/@electron/osx-sign/entitlements/default.darwin.plist | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/desktop/node_modules/@electron/osx-sign/entitlements/default.darwin.plist b/desktop/node_modules/@electron/osx-sign/entitlements/default.darwin.plist new file mode 100644 index 0000000..c762cfb --- /dev/null +++ b/desktop/node_modules/@electron/osx-sign/entitlements/default.darwin.plist @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> + <dict> + <key>com.apple.security.cs.allow-jit</key> + <true/> + <key>com.apple.security.device.audio-input</key> + <true/> + <key>com.apple.security.device.bluetooth</key> + <true/> + <key>com.apple.security.device.camera</key> + <true/> + <key>com.apple.security.device.print</key> + <true/> + <key>com.apple.security.device.usb</key> + <true/> + <key>com.apple.security.personal-information.location</key> + <true/> + </dict> +</plist> |