beeminder / BeeSwift

Official Beeminder for iOS app
Other
30 stars 6 forks source link

HKCategoryValueSleepAnalysis.asleep deprecated on ios16 #490

Closed krugerk closed 1 month ago

krugerk commented 1 month ago

This is a follow-up to Commit e5ef0f / MR #484.

It replaces uses of asleep with asleepUnspecified in the other targets (tests).

-  HKCategoryValueSleepAnalysis.asleep
+  HKCategoryValueSleepAnalysis.asleepUnspecified
theospears commented 1 month ago

Thanks for fixing this!