Skip to content

Commit

Permalink
chore: update supported macOS version from 10.11 to 10.14 for image_p…
Browse files Browse the repository at this point in the history
…icker_macos plugin

Signed-off-by: Ellet <echo.ellet@gmail.com>
  • Loading branch information
EchoEllet committed Dec 13, 2024
1 parent f0d42ba commit 59e3ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Downloaded by pub (not CocoaPods).
s.source_files = 'image_picker_macos/Sources/image_picker_macos/**/*.swift'
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import PackageDescription
let package = Package(
name: "image_picker_macos",
platforms: [
.macOS("10.11")
.macOS("10.14")
],
products: [
.library(name: "image-picker-macos", targets: ["image_picker_macos"])
Expand Down

0 comments on commit 59e3ac9

Please sign in to comment.