Explorar o código

Fixes #3, also add Cordova 2.3.0 support

Shazron Abdullah %!s(int64=13) %!d(string=hai) anos
pai
achega
cb2139ad29
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      plugin.xml

+ 7 - 0
plugin.xml

@@ -13,8 +13,15 @@
 
     <!-- ios -->
     <platform name="ios">
+        <!-- Cordova 2.2.0 -->
         <plugins-plist key="Keychain"
                     string="CDVKeychain" />
+                    
+        <!-- Cordova 2.3.0 -->
+        <config-file target="config.xml" parent="/cordova/plugins">
+                <plugin name="Keychain"
+                    value="CDVKeychain"/>
+        </config-file>
 
         <!-- Note: the ios src is based off src/ios implicitly --> 
         <header-file src="CDVKeychain.h" />