Files
Firelink/src-tauri/tauri.macos.conf.json
T
NimBold 6e85c0842f fix(startup): enforce keychain consent before credential access
Keep credential-store operations behind a per-process consent gate, prevent duplicate native grant requests, and defer legacy token migration until explicit consent. Harden the RTL/sidebar, custom window controls, bidi copy, and queue editor fixes.

Refs #17
2026-07-19 07:07:29 +03:30

25 lines
423 B
JSON

{
"app": {
"windows": [
{
"create": false,
"title": "Firelink",
"width": 1280,
"height": 760,
"minWidth": 960,
"minHeight": 640,
"transparent": true,
"decorations": false,
"shadow": false
}
]
},
"bundle": {
"targets": ["app", "dmg"],
"macOS": {
"signingIdentity": "-",
"hardenedRuntime": true
}
}
}