This task is to drop iOS 13 support.
- Change deployment target in project.
- Fix related warnings that appear.
- Remove any iOS 14 availability checks & iOS 13 fallback code.
This task is to drop iOS 13 support.
@JMinor After this bump, we were seeing deprecation warnings for the old Today-style widgets, so I removed them as a part of this. This would mean loss of functionality for the Continue Reading widget, so we could consider restoring it and living with the warning if you feel strongly about it.
Update from grooming - we're going to keep the continue reading widget and suppress the warnings instead.