From 42e39645a055cb144e7f79dd3829b9186239b947 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sat, 23 Aug 2025 09:14:28 +0800 Subject: [PATCH] :sparkles: Mac supports language detection --- src-tauri/tauri.macos.conf.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json index ffad19d..3f6b75d 100644 --- a/src-tauri/tauri.macos.conf.json +++ b/src-tauri/tauri.macos.conf.json @@ -2,7 +2,14 @@ "bundle": { "icon": ["icons/weekly.icns"], "active": true, - "macOS": {}, + "macOS": { + "frameworks": [], + "minimumSystemVersion": "10.13", + "exceptionDomain": "", + "signingIdentity": null, + "hardenedRuntime": true, + "entitlements": null + }, "targets": ["dmg"] } }