From 096c493742354bfe2af8b20da7d495ca6e78ddcb Mon Sep 17 00:00:00 2001 From: micheljautzy Date: Sun, 25 Jun 2017 17:57:22 +0200 Subject: [PATCH] initial --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index fe7bb0d..e9b6b39 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# My project's README +## cordova-plugin-iosrtc-ios10 + +**Cordova / PhoneGap Plugin Permission Settings for cordova-plugin-iosrtc in iOS 10 by adding a declaration to the Info.plist file** + +## Install + +#### Latest published version on npm (with Cordova CLI >= 5.0.0) + +``` +cordova plugin add https://github.com/seiryow/cordova-plugin-iosrtc-ios10 --save +``` + +## Platforms + +Applies to iOS (10+) only. + +## License + +[MIT License]