1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3<plist version="1.0"> 4 5<!-- 6This file is for using BoringSSL in Apple ecosystems. You may have to point 7Xcode at it yourself. See 8https://developer.apple.com/documentation/bundleresources/privacy_manifest_files 9--> 10 11<dict> 12 <key>NSPrivacyTracking</key> 13 <false/> 14 <key>NSPrivacyTrackingDomains</key> 15 <array/> 16 <key>NSPrivacyCollectedDataTypes</key> 17 <array/> 18 <key>NSPrivacyAccessedAPITypes</key> 19 <array/> 20</dict> 21</plist> 22