Skip to content

Commit 03286f2

Browse files
committed
Revert change
1 parent 0704735 commit 03286f2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Package.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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+
],
915
products: [
1016
// Products define the executables and libraries a package produces, making them visible to other packages.
1117
.library(

0 commit comments

Comments
 (0)