Skip to content

Commit 857dbf3

Browse files
authored
Merge pull request #32 from cybozu/remove-privacy-manifest
Remove Privacy Manifest
2 parents b598a3f + 2c2d4a3 commit 857dbf3

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

Package.swift

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ let package = Package(
3636
),
3737
.target(
3838
name: "LicenseList",
39-
resources: [.copy("PrivacyInfo.xcprivacy")],
4039
plugins: ["PrepareLicenseList"]
4140
)
4241
]

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Generate a list of licenses for the Swift Package libraries that your app depend
2323
- Compatible with iOS 14.0+
2424
- Development with Xcode 15.2+
2525

26+
## Privacy Manifest
27+
28+
This library does not collect or track user information, so it does not include a PrivacyInfo.xcprivacy file.
29+
2630
## Installation
2731

2832
LicenseList is available through [Swift Package Manager](https://github.com/apple/swift-package-manager/).

Sources/LicenseList/PrivacyInfo.xcprivacy

-14
This file was deleted.

0 commit comments

Comments
 (0)