SvenTiigi / WhatsNewKit

Showcase your awesome new app features 📱
https://sventiigi.github.io/WhatsNewKit/
MIT License
3.87k stars 190 forks source link

visionOS compability not given #75

Closed flexlixrup closed 8 months ago

flexlixrup commented 8 months ago

What happened?

Compilation on a visionOS Target is not working due to the following error Value of type 'WhatsNewView.FeaturesPadding' has no member 'horizontalSizeClass' Right now I have to exclude WhatsNewKit from a dependency of the visionOS platform and add complier directives all over my code

What are the steps to reproduce?

Add visionOS (native) to a target where WhatsNewKit is listed as a dependency

What is the expected behavior?

Compile on visionOS

SvenTiigi commented 8 months ago

Hi @flexlixrup,

Support for visionOS is currently not released. Please use the feature/vision-os-support branch which should compile on the visionOS platform.