Skip to content

Commit

Permalink
Merge pull request #183 from kishikawakatsumi/package-header
Browse files Browse the repository at this point in the history
publicHeadersPath
  • Loading branch information
kishikawakatsumi authored Apr 29, 2020
2 parents 5741fa8 + ece40bb commit 773d89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ let package = Package(
.library(name: "UICKeyChainStore", targets: ["UICKeyChainStore"])
],
targets: [
.target(name: "UICKeyChainStore", path: "Lib/UICKeyChainStore")
.target(name: "UICKeyChainStore", path: "Lib/UICKeyChainStore", publicHeadersPath: ".")
]
)

0 comments on commit 773d89a

Please sign in to comment.