Skip to content

Commit

Permalink
Merge pull request #314 from Westacular/fix_privacy_manifest
Browse files Browse the repository at this point in the history
Fix privacy manifest issues
  • Loading branch information
weichsel committed Apr 3, 2024
2 parents 55ef193 + 7b8b9c9 commit d643a6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
19 changes: 5 additions & 14 deletions Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Expand Up @@ -2,21 +2,12 @@
<!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>NSPrivacyCollectedDataTypes</key>
<array>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string></string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string></string>
</array>
</dict>
</array>
<array/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion ZIPFoundation.podspec
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.visionos.deployment_target = '1.0'

s.source_files = 'Sources/ZIPFoundation/*.swift'
s.resource = 'Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy'
s.resource_bundles = {'ZIPFoundation_Privacy' => ['Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy']}
end

0 comments on commit d643a6b

Please sign in to comment.