Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
ren6 committed Apr 11, 2024
1 parent c268e2f commit b07da47
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 @@ -6,5 +6,8 @@ let package = Package(name: "ApphudSDK",
products: [.library(name: "ApphudSDK",
targets: ["ApphudSDK"])],
targets: [.target(name: "ApphudSDK",
path: "ApphudSDK")],
path: "ApphudSDK",
resources: [
.copy("../ApphudSDK/PrivacyInfo.xcprivacy")
])],
swiftLanguageVersions: [.v5])

0 comments on commit b07da47

Please sign in to comment.