diff --git a/OSGKeyboardExt/Info.plist b/OSGKeyboardExt/Info.plist index debd8f3..0374298 100644 --- a/OSGKeyboardExt/Info.plist +++ b/OSGKeyboardExt/Info.plist @@ -20,8 +20,6 @@ $(MARKETING_VERSION) CFBundleVersion $(CURRENT_PROJECT_VERSION) - NSSpeechRecognitionUsageDescription - OSGKeyboard uses on-device speech recognition to transcribe your dictation. Audio never leaves your device. NSExtension NSExtensionAttributes @@ -40,5 +38,9 @@ NSExtensionPrincipalClass $(PRODUCT_MODULE_NAME).KeyboardViewController + NSMicrophoneUsageDescription + OSGKeyboard needs microphone access to transcribe your voice into text. + NSSpeechRecognitionUsageDescription + OSGKeyboard uses on-device speech recognition to transcribe your dictation. Audio never leaves your device. diff --git a/project.yml b/project.yml index b5e7284..a185429 100644 --- a/project.yml +++ b/project.yml @@ -57,6 +57,7 @@ targets: UIApplicationSceneManifest: UIApplicationSupportsMultipleScenes: false NSMicrophoneUsageDescription: "OSGKeyboard needs microphone access to transcribe your voice into text." + NSSpeechRecognitionUsageDescription: "OSGKeyboard uses on-device speech recognition to transcribe your dictation. Audio never leaves your device." NSAppTransportSecurity: NSAllowsArbitraryLoads: false CFBundleURLTypes: @@ -96,6 +97,8 @@ targets: CFBundleDisplayName: OSGKeyboard CFBundleShortVersionString: "$(MARKETING_VERSION)" CFBundleVersion: "$(CURRENT_PROJECT_VERSION)" + NSMicrophoneUsageDescription: "OSGKeyboard needs microphone access to transcribe your voice into text." + NSSpeechRecognitionUsageDescription: "OSGKeyboard uses on-device speech recognition to transcribe your dictation. Audio never leaves your device." NSExtension: NSExtensionAttributes: IsASCIICapable: false