Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Update Package.swift (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored and ArtSabintsev committed Aug 13, 2019
1 parent 7609e91 commit 1bcfcfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import PackageDescription

let package = Package(
name: "Guitar",
products: [
.library(name: "Guitar", targets: ["Guitar"]),
],
targets: [
.target(name: "Guitar", path: "Sources/"),
]
Expand Down

0 comments on commit 1bcfcfb

Please sign in to comment.