Skip to content

Commit

Permalink
Add privacy-manifest to UIImageColorsObjc
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Mar 3, 2024
1 parent 3e918cb commit 541496b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ let package = Package(
),
.target(
name: "UIImageColorsObjc",
dependencies: [.target(name: "UIImageColors")]
dependencies: [.target(name: "UIImageColors")],
resources: [.process("Resources")]
),
.testTarget(
name: "UIImageColorsTests",
Expand Down
14 changes: 14 additions & 0 deletions Sources/UIImageColorsObjc/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
</dict>
</plist>

0 comments on commit 541496b

Please sign in to comment.