Skip to content

Commit

Permalink
Added missing targets argument
Browse files Browse the repository at this point in the history
  • Loading branch information
darhaywa committed Mar 30, 2020
1 parent bfefbc7 commit e8a168f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ import PackageDescription
let package = Package(
name: "ObjectivePGP",
products: [
.library(name: "ObjectivePGP")
.library(name: "ObjectivePGP", targets: ["ObjectivePGP"])
],
targets: [ .target(name: "ObjectivePGP",
dependencies: [],
path: "ObjectivePGP")
]
)

0 comments on commit e8a168f

Please sign in to comment.