From d39689720d73bfb35e7dbbbe013f4c3f4c81903e Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Fri, 15 Nov 2024 23:19:16 +1000 Subject: [PATCH] fix: entitlements build error --- src-tauri/entitlements.plist | 10 ---------- src-tauri/tauri.conf.json | 11 +---------- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 src-tauri/entitlements.plist diff --git a/src-tauri/entitlements.plist b/src-tauri/entitlements.plist deleted file mode 100644 index 4728955..0000000 --- a/src-tauri/entitlements.plist +++ /dev/null @@ -1,10 +0,0 @@ - - - - - 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 6911dee..a277188 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -46,16 +46,7 @@ "icons/icon.icns", "icons/icon.ico" ], - "category": "DeveloperTool", - "copyright": "", - "externalBin": [], - "macOS": { - "entitlements": "entitlements.plist", - "exceptionDomain": "", - "frameworks": [], - "providerShortName": null, - "signingIdentity": null - } + "category": "DeveloperTool" }, "plugins": { "updater": {