@varsitysoftware/capacitor-plugin-read-key
v0.0.13
Published
A simple plugin to read a string from Info.plist on iOS and strings.xml
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 syncAPI
read(...)
read(options: { key: string; }) => Promise<{ key: string; }>| Param | Type |
| ------------- | ----------------------------- |
| options | { key: string; } |
Returns: Promise<{ key: string; }>
