Closed frlefebvre closed 11 months ago
My current app currently does not compile because of the Mixpanel library. As far as I can tell, all it needs is a few #if os(visionOS) statements to be added so the right libraries get imported.
#if os(visionOS)
Keep up the good work!
@frlefebvre Please feel free to submit a PR and we'll take a look.
@jaredmixpanel I'm going on holiday for a couple weeks but I'll take a look when I'm back.
My current app currently does not compile because of the Mixpanel library. As far as I can tell, all it needs is a few
#if os(visionOS)
statements to be added so the right libraries get imported.Keep up the good work!