Skip to content

Commit f3ccc0b

Browse files
authored
Add NSMicrophoneUsageDescription to allow running Standups example on device (pointfreeco#66)
1 parent a7cd427 commit f3ccc0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Examples/Examples.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@
883883
DEVELOPMENT_TEAM = VFRXY8HC3H;
884884
ENABLE_PREVIEWS = YES;
885885
GENERATE_INFOPLIST_FILE = YES;
886+
INFOPLIST_KEY_NSMicrophoneUsageDescription = "To transcribe meeting notes.";
886887
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "To transcribe meeting notes.";
887888
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
888889
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
@@ -915,6 +916,7 @@
915916
DEVELOPMENT_TEAM = VFRXY8HC3H;
916917
ENABLE_PREVIEWS = YES;
917918
GENERATE_INFOPLIST_FILE = YES;
919+
INFOPLIST_KEY_NSMicrophoneUsageDescription = "To transcribe meeting notes.";
918920
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "To transcribe meeting notes.";
919921
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
920922
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;

0 commit comments

Comments
 (0)