Skip to content

Commit 97b5877

Browse files
authored
Fix spm build warning (#6176)
1 parent 85e3354 commit 97b5877

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
@@ -428,7 +428,7 @@ let package = Package(
428428
name: "SharedTestUtilities",
429429
dependencies: ["FirebaseCore"],
430430
path: "SharedTestUtilities",
431-
publicHeadersPath: "Public",
431+
publicHeadersPath: "./",
432432
cSettings: [
433433
.headerSearchPath("../"),
434434
]

0 commit comments

Comments
 (0)