From 5b67dd29f787b0178e1705a1a2de9e780c177370 Mon Sep 17 00:00:00 2001 From: Matias de Andrea <136334004+deandreamatias-worldline@users.noreply.github.com> Date: Thu, 10 Aug 2023 14:18:06 +0200 Subject: [PATCH] Update ios minimum target version --- packages/location/ios/location.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/location/ios/location.podspec b/packages/location/ios/location.podspec index dee4ff4c..88364d2f 100644 --- a/packages/location/ios/location.podspec +++ b/packages/location/ios/location.podspec @@ -16,6 +16,6 @@ A new flutter plugin project. s.public_header_files = 'Classes/**/*.h' s.dependency 'Flutter' - s.ios.deployment_target = '13.0' + s.ios.deployment_target = '11.0' end