Moving around stuff to add macOS support (e.g. hav...
# confetti
j
Moving around stuff to add macOS support (e.g. having Decompose components available for that platform too) and seems like https://github.com/GitLiveApp/firebase-kotlin-sdk doesn't support mac.
I can probably pull things out to keep that separate/abstracted
a
Though, there should be no need to move Decompose components? Should stay in commonMain.
j
they're not there right now
they're in
mobileMain
so, I was looking to move them in to
commonMain
a
Oh right, totally forgot about it.
j
but a few of them reference classes from that library
I might move some of them in as initial proof point and then can follow up and refactor to allow moving others over
actually, was able to move most of stuff over https://github.com/joreilly/Confetti/pull/763
Published new version of Swift Package (0.8.13) and updated ConfettiSwiftUISPM to use it....basic UI right now but at least shows it's working on macOS now
a
Looks cool!
j
this is using "SwiftUI Multiplatform" app template so running same SwiftUI code for iOS and macOS right now