Skip to content

Commit

Permalink
fix(spm): add PrivacyInfo copy
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Apr 25, 2024
1 parent 1339537 commit 41337eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.0
// swift-tools-version:5.3
//
// Package.swift
//
Expand Down Expand Up @@ -52,7 +52,8 @@ let package = Package(
.target(
name: "PubNub",
dependencies: [],
path: "Sources/PubNub"
path: "Sources/PubNub",
resources: [.copy("PrivacyInfo.xcprivacy")]
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit 41337eb

Please sign in to comment.