beeminder / BeeSwift

Official Beeminder for iOS app
Other
29 stars 5 forks source link

Upgrade minimum supported iOS version to 14.0 #327

Closed theospears closed 1 year ago

theospears commented 1 year ago

Only a negligible number of devices are running BeeSwift on older iOS versions. See #326 for discussion.

This will allow us to clean up some #available checks across the codebase and also make it much easier to use async/await patterns, which will make it easier to fix some healthkit issues.

Test Plan: Verified the app builds and runs in the simulator