Skip to content

Commit

Permalink
Update 2024.08.18. PrivacyInfo.xcprivacy
Browse files Browse the repository at this point in the history
PrivacyInfo.xcprivacy
  • Loading branch information
ChangYeop-Yang committed Aug 18, 2024
1 parent 05cdeed commit 460b9eb
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ let package = Package(
targets: [
.target(name: InfoPackage.PackageName,
dependencies: [RemotePackage.SwiftLog.target, RemotePackage.SwiftHTTPTypes.target, RemotePackage.PLCrashReporter.target],
path: InfoPackage.PackagePath),
.target(name: InfoPackage.PackageObjcName,
path: InfoPackage.PackagePath,
resources: [.process("PrivacyInfo.xcprivacy")]),
.target(name: InfoPackage.PackageObjcName,
path: InfoPackage.PackageObjcPath,
sources: ["Cryptor/SKSecurity.mm"],
publicHeadersPath: ".",
Expand Down
35 changes: 35 additions & 0 deletions Sources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>0A2A.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C56D.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>85F4.1</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit 460b9eb

Please sign in to comment.