Skip to content

Commit dc3d3f3

Browse files
authored
Merge branch 'master' into warnings
2 parents 8e4e0d0 + 6860823 commit dc3d3f3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Package.swift

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
// swift-tools-version:3.1
1+
// swift-tools-version:4.0
22

33
import PackageDescription
44

55
let package = Package(
66
name: "PinLayout",
7-
exclude: ["Tests"]
7+
products: [
8+
.library(name: "PinLayout", targets: ["PinLayout"])
9+
],
10+
targets: [
11+
.target(name: "PinLayout", path: "Sources")
12+
]
813
)

0 commit comments

Comments
 (0)