Receiving this warning when running a Tauri app in CLI mode on some Macs but not others only since the update to Tauri 1.5. Any ideas on why this is popping up and how to avoid it?
(mac binary has been properly signed and notorized)
WARNING: Secure coding is not enabled for restorable state!" from appearing for your application on macOS, you need to enable secure coding for the restorable state. This is achieved by implementing the applicationSupportsSecureRestorableState: method in your application's delegate and returning YES