Skip to content

Commit

Permalink
added privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
rehannali committed Apr 1, 2024
1 parent 55f564e commit 1455743
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Expand Up @@ -23,7 +23,8 @@ let package = Package(
targets: [
.target(
name: "SGSerializable",
dependencies: []),
path: "Sources",
resources: [.copy("PrivacyInfo.xcprivacy")]),
.testTarget(
name: "SGSerializableTests",
dependencies: ["SGSerializable", "Quick", "Nimble"]),
Expand Down

0 comments on commit 1455743

Please sign in to comment.