6.0.1 • Published 1 year ago

capacitor-metadata-reader v6.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Installation

npm install capacitor-metadata-reader
npx cap sync

Configuration

There is no configuration required to setup this plugin. However, if you have custom key value pairs for a platform you'd like to read, the per platform instructions are as follows:

Android: In <application> of AndroidManifest.xml add a <meta-data android:name="myCustomKey" android:value="your-value"></meta-data>.

iOS: In Info.plist add your custom entry: <key>myCustomKey</key><string>your-value</string>.

Usage

See the Metadata Config page in the following repo:

https://github.com/uioporqwerty/capacitor-testapp

tldr;

import { MetadataConfig } from 'capacitor-metadata-config'

const { value } = await MetadataConfig.read({ key: 'myCustomKey' })

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

6.0.1

1 year ago

6.0.0

1 year ago

3.1.0

2 years ago

5.0.2

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago