Skip to content

Commit

Permalink
removes the deprecated and unmaintained Today View extension (#500)
Browse files Browse the repository at this point in the history
Today View extensions have been deprecated since iOS 14. Furthermore
they are [no longer available at all on iOS
18](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-18-release-notes#Widgets).

This app's such extension allowed for viewing up to three goals and
provided quick data entry for them.
It seems each iteration of iOS since 14 has tucked the Today View
extensions further and further out of reach.
A more powerful replacement could be iOS 14 style widgets (#68).

Today View extension tickets: #97, #98, #114, #236

This merge request merely removes the legacy code/feature.
  • Loading branch information
krugerk authored Nov 15, 2024
1 parent 4a55242 commit 1912a52
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 632 deletions.
250 changes: 0 additions & 250 deletions BeeSwift.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

41 changes: 0 additions & 41 deletions BeeSwiftToday/Base.lproj/MainInterface.storyboard

This file was deleted.

14 changes: 0 additions & 14 deletions BeeSwiftToday/BeeSwiftToday.entitlements

This file was deleted.

44 changes: 0 additions & 44 deletions BeeSwiftToday/Info.plist

This file was deleted.

192 changes: 0 additions & 192 deletions BeeSwiftToday/TodayTableViewCell.swift

This file was deleted.

91 changes: 0 additions & 91 deletions BeeSwiftToday/TodayViewController.swift

This file was deleted.

0 comments on commit 1912a52

Please sign in to comment.