Skip to content

Commit a192e8a

Browse files
committed
fix: Expose library product in Swift Package Manager
Fixes #55
1 parent 31d0858 commit a192e8a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Commander Changelog
22

3+
## Master
4+
5+
### Bug Fixes
6+
7+
- The Swift Package now contains the Commander library product.
8+
39
## 0.7.0
410

511
Switches to Swift 4.0.

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import PackageDescription
44

55
let package = Package(
66
name: "Commander",
7+
products: [
8+
.library(name: "Commander", targets: ["Commander"]),
9+
],
710
dependencies: [
811
.package(url: "https://github.com/kylef/Spectre.git", from: "0.8.0"),
912
],

0 commit comments

Comments
 (0)