Skip to content

Commit

Permalink
updated package file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Jessup committed Nov 20, 2018
1 parent 931b0ed commit d6e64c4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,13 @@
import PackageDescription

let package = Package(
name: "LinuxBridge"
name: "LinuxBridge",
products: [
.library(name: "LinuxBridge", targets: ["LinuxBridge"]),
],
dependencies: [
],
targets: [
.target(name: "LinuxBridge", dependencies: [])
]
)
Binary file added Sources/LinuxBridge/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit d6e64c4

Please sign in to comment.