From 58bef438d3959514470bfc292331a625e0c27427 Mon Sep 17 00:00:00 2001 From: Julius Bredemeyer <48645716+IVLIVS-III@users.noreply.github.com> Date: Sat, 23 Nov 2024 15:36:51 +0100 Subject: [PATCH] Fixed podspec platform. --- darwin/device_calendar.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/darwin/device_calendar.podspec b/darwin/device_calendar.podspec index 6d900de6..c092ea91 100644 --- a/darwin/device_calendar.podspec +++ b/darwin/device_calendar.podspec @@ -17,10 +17,9 @@ A new Flutter plugin project. s.source_files = 'Classes/**/*' s.ios.dependency 'Flutter' - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.osx.dependency 'FlutterMacOS' s.osx.deployment_target = '10.15' - s.platform = :osx, '10.15' s.osx.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } end