this post was submitted on 06 Feb 2025
20 points (100.0% liked)
Arctic
471 readers
13 users here now
Arctic is a Lemmy client for iOS built on pure Swift. It currently supports iOS 15+ and Lemmy v0.17+
Get the latest version on TestFlight, or check it out on the AppStore.
If you would like to support Arctic’s development, feel free to Buy Me A Coffee
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thank you for cross-posting this. I haven't started working on adding support just yet.
Up until now, the api changes have been relatively minor, which I've been able to work around using optional and version checks. This release has a lot more breaking changes, and I'll need to change how the api is accessed.
I'm planning to extract the Lemmy api from Arctic, and write a middleware that I'll use for handling api requests. This will be a lot easier to maintain, and allow me to decouple Arctic from the API format.
I didn't see any reference to a stable release date for v1.0, but I'll do my best to have Arctic ready for the changes before they roll out.
I'm planning to start working on this tomorrow. I'll post back in this thread with any development updates.