metatext
metatext copied to clipboard
Interest in Mac Catalyst improvements?
Is your feature request related to a problem? Please describe. I've patched the project a little bit to make it a bit more pleasant in the Mac Catalyst environment. I'm curious if this is something you'd be interested in accepting upstream?
Describe the solution you'd like You take my patches :)
Describe alternatives you've considered I guess we keep the iOS app for Apple silicon and I continue using the version I built from source
Additional context
For reference for now this is just turning on the "Optimize for Mac" UI setting, fixing up the references to UIRefreshControl, and patching up the ~~tootbar~~toolbar.
Also see #80, but I think it's asking for a Cocoa/SwiftUI app rather than Catalyst.
@saagarjha I'm using the iPad version on my mac for now (from the MAS - Apple Silicon bridge), I'm interested by your fix, even if the core team is not. Can you push it somewhere so I / we can benefit of it ?
Here is a very rough WIP tree: https://github.com/saagarjha/metatext/tree/fixes
@saagarjha Thank you.