Add NSMicrophoneUsageDescription to allow running Standups example on device (#66)

This commit is contained in:
Marc Bauer 2023-01-16 00:18:09 +07:00 committed by GitHub
parent a7cd4275fb
commit f3ccc0b3a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -883,6 +883,7 @@
DEVELOPMENT_TEAM = VFRXY8HC3H; DEVELOPMENT_TEAM = VFRXY8HC3H;
ENABLE_PREVIEWS = YES; ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSMicrophoneUsageDescription = "To transcribe meeting notes.";
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "To transcribe meeting notes."; INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "To transcribe meeting notes.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
@ -915,6 +916,7 @@
DEVELOPMENT_TEAM = VFRXY8HC3H; DEVELOPMENT_TEAM = VFRXY8HC3H;
ENABLE_PREVIEWS = YES; ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSMicrophoneUsageDescription = "To transcribe meeting notes.";
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "To transcribe meeting notes."; INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "To transcribe meeting notes.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;