We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25e1c15 + 2086720 commit 3b60676Copy full SHA for 3b60676
1 file changed
Package.swift
@@ -12,7 +12,8 @@ let package = Package(
12
targets: [
13
.target(
14
name: "IQKeyboardManagerSwift",
15
- path: "IQKeyboardManagerSwift"
+ path: "IQKeyboardManagerSwift",
16
+ resources: [.copy("PrivacyInfo.xcprivacy")]
17
)
18
]
19
0 commit comments