Skip to content

Commit ae32ab7

Browse files
Merge pull request #414 from mxcl/master
Update swift-tools-version
2 parents 0fffcc3 + 425ecd6 commit ae32ab7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Package.swift

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//
1+
// swift-tools-version:4.0
2+
23
// Package.swift
34
// KeychainAccess
45
//
@@ -9,5 +10,11 @@
910
import PackageDescription
1011

1112
let package = Package(
12-
name: "KeychainAccess"
13+
name: "KeychainAccess",
14+
products: [
15+
.library(name: "KeychainAccess", targets: ["KeychainAccess"])
16+
],
17+
targets: [
18+
.target(name: "KeychainAccess", path: "Lib/KeychainAccess")
19+
]
1320
)

0 commit comments

Comments
 (0)