Skip to content

Commit

Permalink
Fix error causes type resolution failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Feb 18, 2024
1 parent 7a60ba4 commit 0329213
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 @@ -503,7 +503,6 @@ let package = Package(
.product(name: "FBLPromises", package: "Promises"),
.product(name: "nanopb", package: "nanopb")],
path: "Crashlytics",
resources: [.process("Resources/PrivacyInfo.xcprivacy")],
exclude: [
"run",
"CHANGELOG.md",
Expand All @@ -522,6 +521,7 @@ let package = Package(
"Shared/",
"third_party/libunwind/dwarf.h",
],
resources: [.process("Resources/PrivacyInfo.xcprivacy")],
publicHeadersPath: "Crashlytics/Public",
cSettings: [
.headerSearchPath(".."),
Expand Down

0 comments on commit 0329213

Please sign in to comment.