-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS support (and multiplatform in general) #333
Comments
By "implementing support for the macOS desktop" I don't mean Catalyst, i mean proper multiplatform support of macOS using new in Xcode 14 "Multiplatform targets" |
I did a Nio port to macOS SwiftUI a while (2y?) back, called Mio, which was integrated into the project. Not sure what the current state is. |
Isn't it done using Catalyst? |
Mio was native AppKit SwiftUI. Might have been replaced/removed in the meantime by the current maintainers. Catalyst is awful. |
Oh, now I got it |
This is the Mio that @helje5 was referring to btw: (old link found here). |
Hi! This client is looking really promising, and I want to contribute my knowledge and skill to it: I am currently developing a custom client for Telegram: Moc, where I use SwiftUI, which allows me to support both macOS and iPadOS with ease. And I want to make the same thing here, by implementing support for the macOS desktop!
How do you look at it? I think this will be pretty good :)
The text was updated successfully, but these errors were encountered: