Skip to content

Commit 3f0ce06

Browse files
bretongoersBreton Goers
andauthored
Add publicHeadersPath to Package.swift to allow for creation of a Swift module (#15)
Co-authored-by: Breton Goers <breton.goers@disney.com>
1 parent 67e49a0 commit 3f0ce06

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ let package = Package(
2626
.target(
2727
name: "mParticle-Kochava",
2828
dependencies: ["mParticle-Apple-SDK", "KochavaCore", "KochavaTracker", "KochavaAdNetwork"],
29-
path: "mParticle-Kochava"),
29+
path: "mParticle-Kochava",
30+
publicHeadersPath: "."),
3031
]
3132
)

0 commit comments

Comments
 (0)