@varsitysoftware/capacitor-plugin-read-key
v0.0.10
Published
A simple plugin to read a string from Info.plist on iOS and strings.xml
Downloads
4
Maintainers
Readme
@varsitysoftware/capacitor-plugin-read-key
A simple plugin to read a string from Info.plist on iOS and strings.xml
Install
npm install @varsitysoftware/capacitor-plugin-read-key
npx cap sync
API
read(...)
read(options: { key: string; }) => Promise<{ key: string; }>
| Param | Type |
| ------------- | ----------------------------- |
| options
| { key: string; } |
Returns: Promise<{ key: string; }>