Skip to content

Commit f0ea434

Browse files
authored
Add minimum macOS version to Package.swift
1 parent 77a0e31 commit f0ea434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "ExampleApp",
8+
platforms: [.macOS(.v15)], // macOS version that corresponds with the "swift-tools-version", so no availability checks are required.
89
products: [
910
.executable(
1011
name: "ExampleApp",

0 commit comments

Comments
 (0)