Skip to content

Commit ff716f2

Browse files
authored
Add iOS, watchOS and tvOS min targets to Package.swift (#3)
1 parent f282d9e commit ff716f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let dependencies: [Target.Dependency] = [
99

1010
let package = Package(
1111
name: "AdventOfCode",
12-
platforms: [.macOS(.v13)],
12+
platforms: [.macOS(.v13), .iOS(.v16), .watchOS(.v9), .tvOS(.v16)],
1313
dependencies: [
1414
.package(
1515
url: "https://github.com/apple/swift-algorithms.git",

0 commit comments

Comments
 (0)