-
Notifications
You must be signed in to change notification settings - Fork 413
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!: support Maps SDK for iOS v9 #479
Conversation
|
||
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do | ||
use_frameworks! | ||
pod 'GoogleMaps', '8.4.0' | ||
pod 'GoogleMaps', '9.0.0' |
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.
Comment
|
||
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do | ||
use_frameworks! | ||
pod 'GoogleMaps', '8.4.0' |
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.
Originally posted by @Benteth in #479 (comment)
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.
Originally posted by @Benteth in #479 (comment)
BEGIN_COMMIT_OVERRIDE
feat!: Raise the minimum supported iOS version to 15.0 and raise dependency on Maps SDK for iOS to v9.
END_COMMIT_OVERRIDE
Raise the minimum supported iOS version to 15.0, in line with Maps SDK for iOS v9.
Fixes #475