Awful / Awful.app

Something Awful Forums browser for iOS
https://forums.somethingawful.com/showthread.php?threadid=3837546&perpage=40&noseen=1
136 stars 45 forks source link

Promise-free client #1171

Closed nolanw closed 6 months ago

nolanw commented 7 months ago

It's about time we drop our dependency on PromiseKit. Starting with ForumsClient.

Some convenient URLSession methods appeared in iOS 15. We could do a polyfill, but with iOS 17's release I'm ok with bumping our minimum SDK up to iOS 15 anyway. That'll pave the way for more SwiftUI, more UIKit menus, and so on.