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