Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warning message on Mac about secure coding not enabled
- See eclipse-equinox#630 - On macOS 14 and later a warning message is written to console: "WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES." - This adds an NSApplicationDelegate that implements applicationSupportsSecureRestorableState
- Loading branch information