From b76c000a237b9757a616982d6c07f6ecfd7d60a9 Mon Sep 17 00:00:00 2001 From: Michel Couillard Date: Sun, 7 Apr 2024 00:50:20 -0400 Subject: [PATCH] Support for iOS 12.4 with Mapbox Maps SDK v11 (#3433) --- README-v10.md | 2 +- rnmapbox-maps.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-v10.md b/README-v10.md index 21c9167e4..ef18df86a 100644 --- a/README-v10.md +++ b/README-v10.md @@ -58,7 +58,7 @@ code ios/Podfile # change these $RNMapboxMapsImpl = 'mapbox' - platform :ios, '13.0' + platform :ios, min_ios_version_supported ... diff --git a/rnmapbox-maps.podspec b/rnmapbox-maps.podspec index 81745b31d..bd92038b4 100644 --- a/rnmapbox-maps.podspec +++ b/rnmapbox-maps.podspec @@ -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