-
-
Notifications
You must be signed in to change notification settings - Fork 771
Closed
Description
Please check the following before submitting a new issue.
- I have searched the existing issues.
- I have carefully read the documentation and verified I have added the required platform specific configuration.
Please select affected platform(s)
- Android
- iOS
- Linux
- macOS
- Web
- Windows
Proposal
geolocator_apple runs on a minimum of iOS 11 and macOS 10.11
| s.platform = :ios, '11.0' |
| s.platform = :osx, '10.11' |
Remove the dead @available fallback code for versions older than these. Some examples:
| if (@available(iOS 10, *)) { |
| if (@available(iOS 10.0, *)) { |
Pitch
Removing dead code is good!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels