chore: align iOS 26 capability docs and UI localization
Keep repository messaging consistent with the implemented iOS 26 SpeechAnalyzer path, and remove mixed hardcoded copy by routing remaining UI/error text through localized string keys.
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@
|
||||
name: OSGKeyboard
|
||||
options:
|
||||
bundleIdPrefix: com.osgkeyboard
|
||||
# Minimum OS: iOS 26. We dropped iOS 18–25 support so the
|
||||
# SFSpeechRecognizer + AVAudioSession branching could be removed in
|
||||
# Minimum OS: iOS 26. We dropped older iOS support so the
|
||||
# legacy speech + AVAudioSession branching could be removed in
|
||||
# favour of iOS 26's `SpeechAnalyzer` (always on-device) and
|
||||
# `AVAudioApplication.requestRecordPermission` (iOS 17+). iPhone
|
||||
# only — no Mac Catalyst, no visionOS.
|
||||
|
||||
Reference in New Issue
Block a user