0.0.10 • Published 1 year ago
@varsitysoftware/capacitor-plugin-read-key v0.0.10
@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; }>