Skip to content

Commit

Permalink
Fixed podspec platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
IVLIVS-III committed Nov 23, 2024
1 parent 1ab2cb4 commit 58bef43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions darwin/device_calendar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 58bef43

Please # to comment.