|  | <?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"> | 
|  |  | 
|  | <!-- | 
|  | This file is for using BoringSSL in Apple ecosystems. You may have to point | 
|  | Xcode at it yourself. See | 
|  | https://developer.apple.com/documentation/bundleresources/privacy_manifest_files | 
|  | --> | 
|  |  | 
|  | <dict> | 
|  | <key>NSPrivacyTracking</key> | 
|  | <false/> | 
|  | <key>NSPrivacyTrackingDomains</key> | 
|  | <array/> | 
|  | <key>NSPrivacyCollectedDataTypes</key> | 
|  | <array/> | 
|  | <key>NSPrivacyAccessedAPITypes</key> | 
|  | <array/> | 
|  | </dict> | 
|  | </plist> |