aboutsummaryrefslogtreecommitdiff
path: root/Package.swift
diff options
context:
space:
mode:
authorbenedom <31181527+benedom@users.noreply.github.com>2024-04-22 09:24:40 +0200
committerbenedom <31181527+benedom@users.noreply.github.com>2024-04-22 09:24:40 +0200
commitedcad92cad74b7dddbad3edf3a5f6709884f2956 (patch)
treed8791550c1e4cd2b82dd3d7f7dc951776277a0a6 /Package.swift
parent5e4554272f1262120a643efb39ccdb890ae592fe (diff)
Add PrivacyInfo file
Diffstat (limited to 'Package.swift')
-rw-r--r--Package.swift5
1 files changed, 4 insertions, 1 deletions
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"])