You've already forked cordova-plugin-iosrtc-ios10
Fix cordova bug with name
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "mike-cordova-plugin-iosrtc-ios10",
|
"name": "cordova-plugin-iosrtc-ios10",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"author": "Seiryo Watanabe",
|
"author": "Seiryo Watanabe",
|
||||||
"description": "Cordova / PhoneGap Plugin Permission Settings for cordova-plugin-iosrtc in iOS 10 by adding a declaration to the Info.plist file",
|
"description": "Cordova / PhoneGap Plugin Permission Settings for cordova-plugin-iosrtc in iOS 10 by adding a declaration to the Info.plist file",
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://bitbucket.org/micheljautzy/mike-cordova-plugin-iosrtc-ios10.git"
|
"url": "git+https://git.bluesquare.io/bluesquare/cordova-plugin-iosrtc-ios10.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cordova",
|
"cordova",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<plugin id="mike-cordova-plugin-iosrtc-ios10" version="1.0.3" xmlns="http://apache.org/cordova/ns/plugins/1.0">
|
<plugin id="cordova-plugin-iosrtc-ios10" version="1.0.3" xmlns="http://apache.org/cordova/ns/plugins/1.0">
|
||||||
<name>iOS Permissions</name>
|
<name>iOS Permissions</name>
|
||||||
<author>Seiryo Watanabe</author>
|
<author>Seiryo Watanabe</author>
|
||||||
<description>Cordova / PhoneGap Plugin Permission Settings for cordova-plugin-iosrtc in iOS 10 by adding a declaration to the Info.plist file</description>
|
<description>Cordova / PhoneGap Plugin Permission Settings for cordova-plugin-iosrtc in iOS 10 by adding a declaration to the Info.plist file</description>
|
||||||
|
|||||||
Reference in New Issue
Block a user