refractor: add missing MacOS depencies for tauri application

This commit is contained in:
2026-03-25 07:11:37 +01:00
parent b4b3494e17
commit 778a3fc258
7 changed files with 66 additions and 13 deletions

View File

@@ -0,0 +1,15 @@
{
"$schema": "https://schema.tauri.app/config/2",
"bundle": {
"targets": ["dmg", "app"],
"icon": [
"icons/icon.png",
"icons/icon.icns"
],
"category": "Utility",
"macOS": {
"entitlements": "entitlements.plist",
"minimumSystemVersion": "11.0"
}
}
}