We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb93169 commit 0704735Copy full SHA for 0704735
1 file changed
Package.swift
@@ -6,12 +6,6 @@ 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