Closed mcdurdin closed 4 years ago
Depends on https://github.com/keymanapp/keyboards/issues/337; see comment in MergeKeyboardInfo.pas, around line 1064:
// TODO: Don't add Android and iOS when we complete the addition of all .js keyboards
// to packages in the repository (including legacy keyboards)
Describe the bug
While https://github.com/keymanapp/keyboards/tree/master/release/sil/sil_myanmar_mywinext targets desktop + web, it does not currently target mobile devices. However, the .keyboard_info merge generates the following
platformSupport
object:To reproduce
./build.sh release/sil/sil_myanmar_mywinext
in the keyboards repo root. The resultingrelease/sil/sil_myanmar_mywinext/build/sil_myanmar_mywinext.keyboard_info
has the incorrectplatformSupport
.Expected behavior The entries for
mobileWeb
,android
, andios
should either benone
or not present.Keyman Developer:
(That version should be updated to 12.0 now as well...)