aboutsummaryrefslogtreecommitdiff
path: root/Package.swift
diff options
context:
space:
mode:
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"])