Skip to content

Commit 3b60676

Browse files
authored
Merge pull request #2014 from muzahid59/spm-handle-privacy-manifest
fix: privacy manifest file specified by Swift Package Manager
2 parents 25e1c15 + 2086720 commit 3b60676

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ let package = Package(
1212
targets: [
1313
.target(
1414
name: "IQKeyboardManagerSwift",
15-
path: "IQKeyboardManagerSwift"
15+
path: "IQKeyboardManagerSwift",
16+
resources: [.copy("PrivacyInfo.xcprivacy")]
1617
)
1718
]
1819
)

0 commit comments

Comments
 (0)