From 1534be3a3bebe5654a675394bca748126a5bf469 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Fri, 25 Jul 2025 08:05:59 -0700 Subject: [PATCH] Require MacOS `12.7.4` I tested 10.12, 10.13, 10.14, 10.15, 11, 12 and 12 is the minimum required for proper rendering --- src-tauri/tauri.macos.conf.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json index a51b902..b178aed 100644 --- a/src-tauri/tauri.macos.conf.json +++ b/src-tauri/tauri.macos.conf.json @@ -29,6 +29,9 @@ "bundle": { "active": true, "targets": "dmg", + "macOS": { + "minimumSystemVersion": "12.7.4" + }, "icon": [ "icons/32x32.png", "icons/128x128.png",