-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: Bump minimum to iOS 14 #444
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't you also update the GoogleMaps dependency version in the podspec to 8.0.0?https://github.com/googlemaps/google-maps-ios-utils/blob/main/Google-Maps-iOS-Utils.podspec#L24
And shouldn't you bump the iOS version in the podspec too?
https://github.com/googlemaps/google-maps-ios-utils/blob/main/Google-Maps-iOS-Utils.podspec#L17
…lationPoints in Obj-C
…pInterpolationPoints in Obj-C" This reverts commit 049bd25.
…ightedLatLng to HeatMapInterpolationPoints
@jcesarmobile We are getting close! See #473 for analysis, status, and roadmap. |
Raise minimum supported OS to iOS 14 to match Maps SDK for iOS 8.0.0
Fixes #456, #458, #459