Sebastien Sevrin
Sebastien Sevrin
Hello @GregDomzalski , Any update on this? Is there another issue preventing to do something like this? ``` public static SdkPlatform OperatingSystem { get { if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) return SdkPlatform.Windows; if...
Thank you for the fast answer. The OS check is the first roadblock, and I was just wondering if some testing was done in the meantime on this topic.
Hello @DennisDyallo I am glad to see that this SDK has some activity again. I put this issue aside and don't have a Mac to test it anymore. If you...
> As I'm not that familiar with the Mac ecosystem. Can you share some of the added value we'd gain from supporting Mac Catalyst as well? > > Also note...