spiegel-keyman/mac/KeymanEngine4Mac/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
..
CoreWrapper fix(mac): adopt unified logging APIs 2024-05-23 15:50:50 +07:00
KME fix(mac): eliminate all use of deprecated API beginSheetModalForWindow 2024-08-29 15:38:00 +07:00
Info.plist fix(mac): remove text from short bundle version string 2024-08-20 16:14:40 +07:00
KeymanEngine4Mac.h remove action array optimizer and handler obsoleted by core improvements 2023-11-22 13:43:12 +07:00