<?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>NSCameraUsageDescription</key>
<string>ProofMode needs access to your camera to capture photos for creating cryptographic proofs.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>ProofMode can include location data in proofs to verify where photos were taken.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>ProofMode needs access to your photo library to select photos for proof generation and verification.</string>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<false/>
</dict>
</dict>
</plist>