Skip to content

Commit

Permalink
Update Package.swift, add resources PrivacyInfo.xcprivacy
Browse files Browse the repository at this point in the history
  • Loading branch information
leoho0722 committed Mar 25, 2024
1 parent c70d055 commit 1897549
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ let package = Package(
exclude: [
"../../build-documentation.sh"
],
resources: [
.copy("Sources/SwiftHelpers/PrivacyInfo/PrivacyInfo.xcprivacy")
],
linkerSettings: [
.linkedFramework("SwiftUI"),
.linkedFramework("UIKit", .when(platforms: [.iOS])),
Expand Down

0 comments on commit 1897549

Please sign in to comment.