mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
599 B
599 B
| title |
|---|
| .installedPackages() |
Summary
The ResourceFileManager.installedPackages field enumerates all packages installed into the KeymanEngine.
Syntax
ResourceFileManager.shared.installedPackages: [ KeymanPackage ]
Value
An array of KeyboardKeymanPackage and LexicalModelKeymanPackage instances.
History
- Added in Keyman Engine for iPhone and iPad 14.0.
See also
getInstalledPackage<Resource: LanguageResource>(for: Resource) -> Resource.Package?: Finds the installed package for an already-installed resource.