Add live microphone waveform
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 2m3s
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 2m3s
This commit is contained in:
@@ -10,5 +10,7 @@
|
||||
<true/>
|
||||
<key>com.apple.security.personal-information.location</key>
|
||||
<true/>
|
||||
<key>com.apple.security.device.audio-input</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
<string>$(PRODUCT_COPYRIGHT)</string>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string>MapFlow uses your location to show places around you.</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>MapFlow uses your microphone to record your voice review.</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
||||
@@ -6,5 +6,7 @@
|
||||
<true/>
|
||||
<key>com.apple.security.personal-information.location</key>
|
||||
<true/>
|
||||
<key>com.apple.security.device.audio-input</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user