Skip to content

Target iOS 17#484

Merged
theospears merged 1 commit intomasterfrom
target-ios-17
Oct 5, 2024
Merged

Target iOS 17#484
theospears merged 1 commit intomasterfrom
target-ios-17

Conversation

@theospears
Copy link
Copy Markdown
Collaborator

This increases the minimum iOS version for BeeSwift to iOS17. Analytics data suggests that <2% of users are on iOS 16 or below. It also addresses the deprecation warnings associated with this new version.

Testing:
Confirmed it compiles

@theospears theospears merged commit 02a1a54 into master Oct 5, 2024
@theospears theospears deleted the target-ios-17 branch October 5, 2024 22:28
theospears pushed a commit that referenced this pull request Oct 8, 2024
This is a follow-up to Commit e5ef0f / MR #484.

It replaces uses of `asleep` with `asleepUnspecified` in the other
targets (tests).
```diff
-  HKCategoryValueSleepAnalysis.asleep
+  HKCategoryValueSleepAnalysis.asleepUnspecified
```
@krugerk krugerk mentioned this pull request Nov 21, 2024
krugerk added a commit to krugerk/BeeSwift that referenced this pull request Nov 26, 2024
app was bumped to target ios17 with beeminder#484 and thus
the code no longer need to check manually for iOS 14, 15, or 16
krugerk added a commit to krugerk/BeeSwift that referenced this pull request Nov 26, 2024
app was bumped to target ios17 with beeminder#484 and thus
the code no longer need to check manually for iOS 14, 15, or 16
theospears pushed a commit that referenced this pull request Nov 27, 2024
app was bumped to target ios17 with #484 and thus
the code no longer need to check manually for iOS 14, 15, or 16
@krugerk
Copy link
Copy Markdown
Contributor

krugerk commented Jan 24, 2025

related: #623

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants