bf844caa7f
Mirror the personal dictionary through iCloud Key-Value Store with deterministic merge rules, main-app-only sync UI, and App Group as the keyboard runtime cache. Add cloud-engine ASR with dictionary bias and expand the bundled custom language model lexicon.
19 lines
603 B
XML
19 lines
603 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
|
|
<string>$(TeamIdentifierPrefix)com.osgkeyboard.ios</string>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>group.com.osgkeyboard.shared</string>
|
|
</array>
|
|
<key>com.apple.security.device.audio-input</key>
|
|
<true/>
|
|
<key>keychain-access-groups</key>
|
|
<array>
|
|
<string>$(AppIdentifierPrefix)com.osgkeyboard.shared</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|