You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2015/03/03 17:20:30 UTC

cordova-plugins git commit: Disable iOS side of legacy-whitelist plugin since it breaks on pre-4.0.0

Repository: cordova-plugins
Updated Branches:
  refs/heads/master 1f5aa23f9 -> f7019821e


Disable iOS side of legacy-whitelist plugin since it breaks on pre-4.0.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/f7019821
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/f7019821
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/f7019821

Branch: refs/heads/master
Commit: f7019821e60569246c2c076ef1a7f0f8b9205d36
Parents: 1f5aa23
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Mar 3 11:19:59 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Mar 3 11:19:59 2015 -0500

----------------------------------------------------------------------
 legacy-whitelist/plugin.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/f7019821/legacy-whitelist/plugin.xml
----------------------------------------------------------------------
diff --git a/legacy-whitelist/plugin.xml b/legacy-whitelist/plugin.xml
index e73e212..5d246e5 100644
--- a/legacy-whitelist/plugin.xml
+++ b/legacy-whitelist/plugin.xml
@@ -27,7 +27,6 @@ xmlns:android="http://schemas.android.com/apk/res/android"
     <license>Apache 2.0</license>
     <keywords>cordova,whitelist</keywords>
 
-    <!-- android -->
     <platform name="android">
         <config-file target="res/xml/config.xml" parent="/*">
             <feature name="Whitelist" >
@@ -39,7 +38,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
         <source-file src="src/android/LegacyWhitelistPlugin.java" target-dir="src/org/apache/cordova/whitelist" />
     </platform>
 
-    <!-- ios -->
+    <!--
     <platform name="ios">
         <config-file target="config.xml" parent="/*">
             <feature name="Whitelist">
@@ -51,4 +50,5 @@ xmlns:android="http://schemas.android.com/apk/res/android"
         <header-file src="src/ios/CDVLegacyWhitelistPlugin.h" />
         <source-file src="src/ios/CDVLegacyWhitelistPlugin.m" />
     </platform>
+    -->
 </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org