Skip to content

Commit

Permalink
Merge pull request #114 from LongXiangGuo/add-ios-privacy-manifest
Browse files Browse the repository at this point in the history
Add iOS Privacy Manifest
  • Loading branch information
r3ggi authored Apr 3, 2024
2 parents 40ef4b6 + 56c1e1b commit de99c00
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions IOSSecuritySuite.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Pod::Spec.new do |s|
s.ios.frameworks = 'UIKit', 'Foundation'
s.source = { :git => "https://github.com/securing/IOSSecuritySuite.git", :tag => "#{s.version}" }
s.source_files = "IOSSecuritySuite/*.swift"
s.resource_bundles = {'IOSSecuritySuitePrivacy' => ['Resources/PrivacyInfo.xcprivacy']}
s.swift_version = '5.0'
s.requires_arc = true
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
Expand Down
31 changes: 31 additions & 0 deletions Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?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>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>3B52.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>E174.1</string>
</array>
</dict>
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyTracking</key>
<false/>
</dict>
</plist>

0 comments on commit de99c00

Please sign in to comment.