MacOS Sonoma kills binaries that have ".app" extension
I'm a developer and I was blocked for a while by a strange issue that killed terminal applications that have ".app" extension. That extension name is used by other projects and used to work before Sonoma.
For example https://github.com/fyne-io/fyne/issues/4296
What's the reason for this change? Is it something that will happen from now on? Because that means existing projects that use this pattern will have to adapt to this restrictions and it might not be an easy change in many cases so it would be good that this new behavior is made public. Is it mentioned somewhere?
It would be good to have a description when these apps are killed so any user having this issue can easily figure it out. Right now it's not user friendly at all, it just kills the app without any useful message.