spiegel-keyman/mac/KeymanEngine4Mac
sgschantz 569a8a8a49 fix(mac): eliminate all use of deprecated API beginSheetModalForWindow
beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo:
was deprecated in macOS 10.10 and replaced by
beginSheetModalForWindow:completionHandler:

The newer API automatically closes the sheet.
Explicitly closing the sheet also seemed to be causing
the parent windows to close.

Fixes: #9308
2024-08-29 15:38:00 +07:00
..
KeymanEngine4Mac fix(mac): eliminate all use of deprecated API beginSheetModalForWindow 2024-08-29 15:38:00 +07:00
KeymanEngine4Mac.xcodeproj fix(mac): added unified logging to Keyman Engine for mac 2024-05-21 12:45:17 +07:00
KeymanEngine4MacTests fix(mac): adopt unified logging APIs 2024-05-23 15:50:50 +07:00