Skip to content

Commit

Permalink
Adding Privacy Manifest (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurAlvarez authored May 31, 2024
1 parent 9f48b99 commit 00c699c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions PLzmaSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Pod::Spec.new do |s|
s.swift_versions = ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8', '5.9']
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.13'
s.resource = 'resources/PrivacyInfo.xcprivacy'
# s.tvos.deployment_target = '12.0'
# s.watchos.deployment_target = '2.0'

Expand Down
17 changes: 17 additions & 0 deletions resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?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>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>3B52.1</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit 00c699c

Please sign in to comment.