We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0704735 commit 03286f2Copy full SHA for 03286f2
1 file changed
Package.swift
@@ -6,6 +6,12 @@ import PackageDescription
6
let package = Package(
7
name: "LoopAlgorithmToPython",
8
defaultLocalization: "no",
9
+ platforms: [
10
+ .macOS(.v13),
11
+ .iOS(.v15),
12
+ .tvOS(.v15),
13
+ .watchOS(.v8)
14
+ ],
15
products: [
16
// Products define the executables and libraries a package produces, making them visible to other packages.
17
.library(
0 commit comments