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": {