-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
Would it be possible to compile libuiohook for Mac Catalyst in addition to macOS? I've tried to fiddle with CMake, but didn't achieve much with it. I don't know if it's even possible to support Mac Catalyst without changes to the code.
I'm asking for this because one of the most popular UI frameworks for .NET - MAUI - uses Mac Catalyst to run apps on macOS (it doesn't provide a way to run apps as normal macOS apps). Several people have asked me to add support for MAUI on macOS to my libuiohook wrapper for .NET, and I don't know how to make it work as I don't have experience with CMake.