0.0.9 • Published 23 days ago

@varsitysoftware/capacitor-plugin-read-key v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
23 days ago

@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; }>
ParamType
options{ key: string; }

Returns: Promise<{ key: string; }>


0.0.9

23 days ago

0.0.8

23 days ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago