mixpanel / mixpanel-swift

Official iOS (Swift) Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
434 stars 234 forks source link

Support visionOS #612

Closed frlefebvre closed 11 months ago

frlefebvre commented 1 year 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.

Keep up the good work!

jaredmixpanel commented 1 year ago

@frlefebvre Please feel free to submit a PR and we'll take a look.

frlefebvre commented 1 year ago

@jaredmixpanel I'm going on holiday for a couple weeks but I'll take a look when I'm back.