diff --git a/entitlements.mac.plist b/entitlements.mac.plist new file mode 100644 index 00000000..fdba46cc --- /dev/null +++ b/entitlements.mac.plist @@ -0,0 +1,13 @@ + + + + + com.apple.security.cs.allow-jit + com.apple.security.cs.allow-unsigned-executable-memory + com.apple.security.cs.allow-dyld-environment-variables + com.apple.security.device.audio-input + com.apple.security.device.camera + com.apple.security.files.user-selected.read-write + com.apple.security.network.client + + \ No newline at end of file diff --git a/package.json b/package.json index c10969b5..19221459 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,9 @@ ], "mac": { "category": "public.app-category.business", - "icon": "images/icon.icns" + "icon": "images/icon.icns", + "entitlements": "entitlements.mac.plist", + "entitlementsInherit": "entitlements.mac.plist" }, "win": { "icon": "images/icon.ico",