Skip to content

Commit

Permalink
Bump earliest supported macOS version to 10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Apr 29, 2024
1 parent 2000332 commit fda9c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "createicns",
platforms: [
.macOS(.v10_13),
.macOS(.v10_14),
],
products: [
.executable(name: "createicns", targets: ["Frontend"]),
Expand Down

0 comments on commit fda9c2c

Please sign in to comment.