File size: 561 Bytes
2d8be8f
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>Request camera access for WebRTC</string>
		<key>NSMicrophoneUsageDescription</key>
		<string>Request microphone access for WebRTC</string>
		<key>NSFaceIDUsageDescription</key>
		<string>Authenticate with biometrics</string>
		<key>NFCReaderUsageDescription</key>
		<string>Read and write to NFC tags for testing</string>
	</dict>
</plist>