From 2696b81e2892aae413112345519563fa04123209 Mon Sep 17 00:00:00 2001 From: micheljautzy Date: Sun, 25 Jun 2017 18:04:48 +0200 Subject: [PATCH] hello --- package.json | 37 +++++++++++++++++++++++++++++++++++++ plugin.xml | 22 ++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100755 package.json create mode 100755 plugin.xml diff --git a/package.json b/package.json new file mode 100755 index 0000000..fbbfffe --- /dev/null +++ b/package.json @@ -0,0 +1,37 @@ +{ + "name": "mike-cordova-plugin-iosrtc-ios10", + "version": "1.0.0", + "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", + "cordova": { + "id": "cordova-plugin-iosrtc-ios10", + "platforms": [ + "ios" + ] + }, + "repository": { + "type": "git", + "url": "git+https://bitbucket.org/micheljautzy/mike-cordova-plugin-iosrtc-ios10.git" + }, + "keywords": [ + "cordova", + "ios", + "app", + "security", + "permissions", + "cordova-plugin-iosrtc", + "iOS 10", + "cordova-ios" + ], + "engines": [ + { + "name": "cordova", + "version": ">=3.0.0" + } + ], + "license": "MIT", + "bugs": { + "url": "https://github.com/github.com/seiryow/cordova-plugin-iosrtc-ios10/issues" + }, + "homepage": "https://twitter.com/seiryow" +} diff --git a/plugin.xml b/plugin.xml new file mode 100755 index 0000000..1c891d5 --- /dev/null +++ b/plugin.xml @@ -0,0 +1,22 @@ + + + iOS Permissions + Seiryo Watanabe + Cordova / PhoneGap Plugin Permission Settings for cordova-plugin-iosrtc in iOS 10 by adding a declaration to the Info.plist file + cordova, ios, app, security, permissions, cordova-plugin-iosrtc, iOS 10 + MIT + + + + + + This app uses your camera to make video calls. + + + This app needs access to your contacts in order to be able to call them. + + + This app uses your microphone to make calls. + + +