diff --git a/Package.swift b/Package.swift index 08f0886..fe587b2 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,12 @@ let package = Package( ), ], targets: [ - .target(name: "VersionCompare"), + .target( + name: "VersionCompare", + resources: [ + .copy("Resources/PrivacyInfo.xcprivacy") + ] + ), .testTarget( name: "VersionCompareTests", dependencies: [ diff --git a/Sources/VersionCompare/Resources/PrivacyInfo.xcprivacy b/Sources/VersionCompare/Resources/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..6af1641 --- /dev/null +++ b/Sources/VersionCompare/Resources/PrivacyInfo.xcprivacy @@ -0,0 +1,14 @@ + + + + + NSPrivacyTracking + + NSPrivacyCollectedDataTypes + + NSPrivacyTrackingDomains + + NSPrivacyAccessedAPITypes + + +