unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
9.05k stars 734 forks source link

Conditional Namespaces should reference MacCatalyst #18142

Open dansiegel opened 2 months ago

dansiegel commented 2 months ago

On which page?

https://platform.uno/docs/articles/platform-specific-xaml.html

What's wrong?

Currently the Platform Specific XAML docs do not specifically reference MacCatalyst, leaving the developer to wonder:

1) What if I just want something on MacCatalyst? 2) What if I just want something on iOS and MacCatalyst?

Any feedback?

No response

jeromelaban commented 2 months ago

It's likely that implementing this feature will need to fit what the __IOS__ and __MACCATALYST__ do, where __IOS__ means both iOS and Catalyst, so that we preserve the current meaning of ios:.