Repository: cordova-plugin-whitelist Updated Branches: refs/heads/master de1ed97b0 -> 5341a6f4b
removed ios engine check from plugin.xml Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/commit/5341a6f4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/tree/5341a6f4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/diff/5341a6f4 Branch: refs/heads/master Commit: 5341a6f4b94d29e1eace27743817f1ef6c094040 Parents: de1ed97 Author: Steve Gill <[email protected]> Authored: Wed Nov 18 17:21:20 2015 -0800 Committer: Steve Gill <[email protected]> Committed: Wed Nov 18 17:21:20 2015 -0800 ---------------------------------------------------------------------- plugin.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/5341a6f4/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 8a491a4..e4047d5 100644 --- a/plugin.xml +++ b/plugin.xml @@ -28,7 +28,6 @@ <engines> <engine name="cordova-android" version=">=4.0.0-dev" /> - <engine name="cordova-ios" version=">=4.0.0-dev" /> </engines> <platform name="android"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
