Skip to content

Commit

Permalink
Merge pull request cybozu#32 from cybozu/remove-privacy-manifest
Browse files Browse the repository at this point in the history
Remove Privacy Manifest
  • Loading branch information
Kyome22 authored Apr 18, 2024
2 parents b598a3f + 2c2d4a3 commit 857dbf3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ let package = Package(
),
.target(
name: "LicenseList",
resources: [.copy("PrivacyInfo.xcprivacy")],
plugins: ["PrepareLicenseList"]
)
]
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Generate a list of licenses for the Swift Package libraries that your app depend
- Compatible with iOS 14.0+
- Development with Xcode 15.2+

## Privacy Manifest

This library does not collect or track user information, so it does not include a PrivacyInfo.xcprivacy file.

## Installation

LicenseList is available through [Swift Package Manager](https://github.com/apple/swift-package-manager/).
Expand Down
14 changes: 0 additions & 14 deletions Sources/LicenseList/PrivacyInfo.xcprivacy

This file was deleted.

0 comments on commit 857dbf3

Please sign in to comment.