philipparndt/mqtt-analyzer

Using Catalyst to port the application to macOS

Closed this issue · 3 comments

Since SwiftUI is already used for the user interface implementation and the CocoaPod are clean, with the help of Apple’s Catalyst project it shouldn’t be much of a challenge to run this application cross platform on macOS. macOS is absolutely missing a native MQTT explorer!

Thanks for the hard work and making this project open source!

I’m currently looking at the Catalyst docs for personal projects, as soon as I’m comfortable (and successful) enough I’d love to contribute!

Hi @dotWee that would be great. I have pushed an experimental branch that will start on macOS:
https://github.com/philipparndt/mqtt-analyzer/tree/macos

I had to remove Moscapsule and IceCream and update Realm. At least for IceCream we should look for a solution. Moscapsule will be removed anyway at some time as CocoaMQTT works a lot better.

There seem to be big changes on the master tree (due to persistent publish ?). When can we see the results?

@RoSchmi the main branch needs some testing before the next release. The last weekends I was busy watching and experimenting with the news of this years wwdc ;)