Adding engine tags:
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/commit/40d92dfc Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/40d92dfc Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/40d92dfc Branch: refs/heads/master Commit: 40d92dfcc493e070ccfc868b31110f0db4afe6fe Parents: cab6f22 Author: Joe Bowser <[email protected]> Authored: Thu Sep 24 15:15:22 2015 -0700 Committer: Joe Bowser <[email protected]> Committed: Wed Oct 28 12:00:26 2015 -0700 ---------------------------------------------------------------------- plugin.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/40d92dfc/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index f73b424..d770a3b 100644 --- a/plugin.xml +++ b/plugin.xml @@ -31,6 +31,11 @@ xmlns:android="http://schemas.android.com/apk/res/android" <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git</repo> <issue>https://issues.apache.org/jira/browse/CB/component/12320638</issue> + <engines> + <engine name="cordova-android" version=">=5.0.0-dev" /> + </engines> + + <!-- android --> <platform name="android"> @@ -84,9 +89,9 @@ xmlns:android="http://schemas.android.com/apk/res/android" </js-module> <config-file target="config.xml" parent="/*"> - <feature name="Geolocation"> - <param name="ios-package" value="CDVLocation"/> - </feature> + <feature name="Geolocation"> + <param name="ios-package" value="CDVLocation"/> + </feature> </config-file> <header-file src="src/ios/CDVLocation.h" /> <source-file src="src/ios/CDVLocation.m" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
