Skip to content

Commit

Permalink
refactor(battery_plus)!: bump MACOSX_DEPLOYMENT_TARGET from 10.11 to …
Browse files Browse the repository at this point in the history
…10.14 (#2592)
  • Loading branch information
luisredondo authored Feb 15, 2024
1 parent b1db4b7 commit fe07964
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A Flutter plugin for accessing information about the battery state(full, chargin
s.source_files = 'Classes/**/*'
s.dependency 'FlutterMacOS'

s.platform = :osx, '10.11'
s.platform = :osx, '10.14'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'
end

0 comments on commit fe07964

Please sign in to comment.