Skip to content

Commit

Permalink
fix: Add missing privacy manifest resource for SPM (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Apr 1, 2024
1 parent a455642 commit 48f06cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ let package = Package(
.product(name: "LDSwiftEventSource", package: "LDSwiftEventSource")
],
path: "LaunchDarkly/LaunchDarkly",
exclude: ["Support"]),
exclude: ["Support"],
resources: [
.process("PrivacyInfo.xcprivacy")
]),
.testTarget(
name: "LaunchDarklyTests",
dependencies: [
Expand Down

0 comments on commit 48f06cf

Please sign in to comment.