Skip to content

Commit 0704735

Browse files
committed
Removed package list to support all os in package.swift
1 parent bb93169 commit 0704735

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Package.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ import PackageDescription
66
let package = Package(
77
name: "LoopAlgorithmToPython",
88
defaultLocalization: "no",
9-
platforms: [
10-
.macOS(.v13),
11-
.iOS(.v15),
12-
.tvOS(.v15),
13-
.watchOS(.v8)
14-
],
159
products: [
1610
// Products define the executables and libraries a package produces, making them visible to other packages.
1711
.library(

0 commit comments

Comments
 (0)