From edcad92cad74b7dddbad3edf3a5f6709884f2956 Mon Sep 17 00:00:00 2001 From: benedom <31181527+benedom@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:24:40 +0200 Subject: Add PrivacyInfo file --- Package.swift | 5 ++++- Sources/PrivacyInfo.xcprivacy | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 Sources/PrivacyInfo.xcprivacy diff --git a/Package.swift b/Package.swift index 546b8e4..d233735 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,10 @@ let package = Package( // Targets are the basic building blocks of a package, defining a module or a test suite. // Targets can depend on other targets in this package and products from dependencies. .target( - name: "SwiftyCrop"), + name: "SwiftyCrop", + path: "Sources", + resources: [.copy("PrivacyInfo.xcprivacy")] + ), .testTarget( name: "SwiftyCropTests", dependencies: ["SwiftyCrop"]) diff --git a/Sources/PrivacyInfo.xcprivacy b/Sources/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..e540750 --- /dev/null +++ b/Sources/PrivacyInfo.xcprivacy @@ -0,0 +1,14 @@ + + + + + NSPrivacyTracking + + NSPrivacyAccessedAPITypes + + NSPrivacyCollectedDataTypes + + NSPrivacyTrackingDomains + + + -- cgit v1.2.3