Add NSMicrophoneUsageDescription to allow running Standups example on device (#66)
This commit is contained in:
parent
a7cd4275fb
commit
f3ccc0b3a1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue