proofmode 0.9.0

Capture, share, and preserve verifiable photos and videos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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>