Skip to content

Commit 3a57a4f

Browse files
updated ios permission
1 parent 05d2830 commit 3a57a4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<string>Main</string>
3131
<key>NSMicrophoneUsageDescription</key>
3232
<string>App needs Microphone access to capture audio</string>
33+
<key>NSMotionUsageDescription</key>
34+
<string>This app uses motion sensors to determine compass direction.</string>
3335
<key>UISupportedInterfaceOrientations</key>
3436
<array>
3537
<string>UIInterfaceOrientationPortrait</string>

0 commit comments

Comments
 (0)