Skip to content

Commit dc5f8a9

Browse files
Update Info.plist
1 parent c12e20e commit dc5f8a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example/SampleProject/ios/Runner/Info.plist

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSMicrophoneUsageDescription</key>
6+
<string>Need microphone access for uploading audio</string>
7+
<key>NSCameraUsageDescription</key>
8+
<string>Need camera access for uploading images</string>
9+
<key>NSBluetoothAlwaysUsageDescription</key>
10+
<string>Our app uses bluetooth to find, connect and transfer data between different devices</string>
511
<key>CFBundleDevelopmentRegion</key>
612
<string>$(DEVELOPMENT_LANGUAGE)</string>
713
<key>CFBundleDisplayName</key>

0 commit comments

Comments
 (0)