I have a regression in CudaText editor: double-click in Finder, or 'Open with' in Finder - they don't call TFormMain.OnDropFiles with the clicked file. So editor cannot open associated document!
OnDropFiles _is_ still called OK when I drag-drop the document from Finder.
OnDropFiles _is_ still called OK in empty form demo. (So not a Lazarus regression.)
TForm.AllowDropFiles is on.
I cannot get the idea, what I broke.
.plist file is still the same (3 years).
macOS-specific code was not added to app in last years.
Any ideas?
macOS 10.8 and 11.x. Lazarus 2.2 release and 2.3 trunk.