Skip to content

Commit

Permalink
Support for iOS 12.4 with Mapbox Maps SDK v11 (#3433)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexadecy authored Apr 7, 2024
1 parent 1a8ddf1 commit b76c000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-v10.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ code ios/Podfile
# change these
$RNMapboxMapsImpl = 'mapbox'

platform :ios, '13.0'
platform :ios, min_ios_version_supported

...

Expand Down
2 changes: 1 addition & 1 deletion rnmapbox-maps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/rnmapbox/maps.git" }
s.license = "MIT"
if $RNMapboxMapsUseV11
s.platform = :ios, "13.0"
s.platform = :ios, "12.4"
else
s.platform = :ios, "11.0"
end
Expand Down

0 comments on commit b76c000

Please sign in to comment.