Skip to content

Commit 0d10869

Browse files
committed
[SwiftPM] Fix public headers path
1 parent 07e364b commit 0d10869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
.product(name: "FirebaseAnalytics", package: "Firebase"),
1818
],
1919
path: "Segment-Firebase/Classes",
20-
publicHeadersPath: "include"
20+
publicHeadersPath: ""
2121
)
2222
]
2323
)

0 commit comments

Comments
 (0)