Skip to content
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

Merged
merged 3 commits into from
Jul 31, 2024
Merged

feat!: support Maps SDK for iOS v9 #479

merged 3 commits into from
Jul 31, 2024

Conversation

wangela
Copy link
Member

@wangela wangela commented Jul 31, 2024

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

@wangela wangela requested a review from jonesfloyd July 31, 2024 20:45
@wangela wangela merged commit 52c3d4d into main Jul 31, 2024
10 checks passed
@wangela wangela deleted the wangela/support-v9 branch July 31, 2024 21:41

target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
use_frameworks!
pod 'GoogleMaps', '8.4.0'
pod 'GoogleMaps', '9.0.0'
Copy link

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'
Copy link

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)

Copy link

@Benteth Benteth left a 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Maps SDK v9
3 participants