keymanapp / keyman

Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
https://keyman.com/
Other
402 stars 112 forks source link

bug(developer): kmc-generate lists all platforms for lexical models #12592

Open mcdurdin opened 3 weeks ago

mcdurdin commented 3 weeks ago

lexical model README.md test fixture shows:

Supported Platforms
-------------------
 * Windows
 * macOS
 * Linux
 * Web
 * iPhone
 * iPad
 * Android phone
 * Android tablet
 * Mobile devices
 * Desktop devices
 * Tablet devices

Maybe this is carry-over from Developer template projects. I thought lexical-models are only supported on mobile platforms.

_Originally posted by @darcywong00 in https://github.com/keymanapp/keyman/pull/11014#discussion_r1820283429_

mcdurdin commented 3 weeks ago

Solution is probably to remove 'supported platforms' altogether since lexical models never have any platform-specific code in them by design. (The limitation on platform is in the predictive text engine itself at this point)