docs(jins-meme): update plugin information (#2150)
The most important change here is to point to the BlyncSync version of the plugin, which is actively maintained. The jins-meme version lacks a package.json, which causes issues on some platforms that will result in an inability to build. The BlyncSync plugin uses standard naming convention for cordova plugins (cordova-plugin-jins-meme-es) The plugin name should be JINS MEME ES (ES for Eye-Sensing,) as this is how the product is actually named: not "Jins Meme."
This commit is contained in:
parent
9844274213
commit
c9b49ccc39
@ -31,10 +31,10 @@ declare const cordova: any;
|
|||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
pluginName: 'Jins Meme',
|
pluginName: 'JINS MEME ES',
|
||||||
plugin: 'JinsMemeSDK-Plugin-Cordova',
|
plugin: 'cordova-plugin-jins-meme-es',
|
||||||
pluginRef: 'cordova.plugins.JinsMemePlugin',
|
pluginRef: 'com.jins_jp.meme.plugin',
|
||||||
repo: 'https://github.com/jins-meme/JinsMemeSDK-Plugin-Cordova',
|
repo: 'https://github.com/BlyncSync/cordova-plugin-jins-meme-es',
|
||||||
platforms: ['Android', 'iOS']
|
platforms: ['Android', 'iOS']
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user