diff --git a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..919434a
--- /dev/null
+++ b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/Package.swift b/Package.swift
index 1b23bb7..e03661b 100644
--- a/Package.swift
+++ b/Package.swift
@@ -1,17 +1,17 @@
-// swift-tools-version:5.0
+// swift-tools-version:5.6
import PackageDescription
let package = Package(
name: "Then",
platforms: [
- .macOS(.v10_10), .iOS(.v9), .tvOS(.v9), .watchOS(.v2)
+ .macOS(.v11), .iOS(.v11), .tvOS(.v12), .watchOS(.v5)
],
products: [
.library(name: "Then", targets: ["Then"]),
],
targets: [
- .target(name: "Then"),
+ .target(name: "Then", path: "Sources", resources: [.copy("PrivacyInfo.xcprivacy")]),
.testTarget(name: "ThenTests", dependencies: ["Then"]),
]
)
diff --git a/Sources/PrivacyInfo.xcprivacy b/Sources/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000..77fd80a
--- /dev/null
+++ b/Sources/PrivacyInfo.xcprivacy
@@ -0,0 +1,24 @@
+
+
+
+
+ NSPrivacyTracking
+
+ NSPrivacyCollectedDataTypes
+
+ NSPrivacyTrackingDomains
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+ 1C8F.1
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+
+
+
+