fix: macOS folder permissions (#435)

This commit is contained in:
PartyDonut 2025-08-04 16:37:38 +02:00 committed by GitHub
parent 9daf1831d5
commit 23385d8e62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 80 additions and 42 deletions

View file

@ -6,4 +6,8 @@ class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
}