From 4fc8517123e90e189666ebd29aebfec950daf31c Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Thu, 4 Dec 2025 17:30:56 -0700 Subject: [PATCH] Make macOS 15 the minimum version for the launcher --- src-tauri/tauri.macos.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json index 3dd4d73..6b9760b 100644 --- a/src-tauri/tauri.macos.conf.json +++ b/src-tauri/tauri.macos.conf.json @@ -30,7 +30,7 @@ "active": true, "targets": ["app"], "macOS": { - "minimumSystemVersion": "13.7.8" + "minimumSystemVersion": "15.0" }, "icon": ["icons/icon.icns"] }