Skip to content

VarsitySoftware/capacitor-plugin-read-key

Repository files navigation

@varsitysoftware/capacitor-plugin-read-key

A simple plugin to read a string from info.plist or 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; }>


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published