Skip to content

Commit

Permalink
Revert minimum macOS version to 10.15 (after accidentally bumping to …
Browse files Browse the repository at this point in the history
…11.0)
  • Loading branch information
stackotter committed May 13, 2024
1 parent aee18ae commit 263c3ec
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 @@ -4,7 +4,7 @@ import PackageDescription

let package = Package(
name: "swift-bundler",
platforms: [.macOS(.v11)],
platforms: [.macOS(.v10_15)],
products: [
.executable(name: "swift-bundler", targets: ["swift-bundler"]),
.library(name: "SwiftBundlerRuntime", targets: ["SwiftBundlerRuntime"]),
Expand Down

0 comments on commit 263c3ec

Please sign in to comment.