From 0f9c71b11872a8c49eb467ff9be6faa3a5a00c76 Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:56:09 +1000 Subject: [PATCH] chore: entitlements --- src-tauri/entitlements.plist | 10 ++++++++++ src-tauri/tauri.conf.json | 12 +++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 src-tauri/entitlements.plist diff --git a/src-tauri/entitlements.plist b/src-tauri/entitlements.plist new file mode 100644 index 0000000..4728955 --- /dev/null +++ b/src-tauri/entitlements.plist @@ -0,0 +1,10 @@ + + + + + com.apple.security.app-sandbox + + com.apple.security.files.user-selected.read-write + + + \ No newline at end of file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9016bbb..6911dee 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -45,7 +45,17 @@ "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" - ] + ], + "category": "DeveloperTool", + "copyright": "", + "externalBin": [], + "macOS": { + "entitlements": "entitlements.plist", + "exceptionDomain": "", + "frameworks": [], + "providerShortName": null, + "signingIdentity": null + } }, "plugins": { "updater": {