Browse Source

Update plugin naming to convention

Trevor Brindle 9 năm trước cách đây
mục cha
commit
281eca0546
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      plugin.xml

+ 2 - 2
plugin.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
-    id="com.shazron.cordova.plugin.keychainutil"
-    version="2.0.0">
+    id="cordova-plugin-ios-keychain"
+    version="3.0.0">
 
 
     <name>KeyChain Plugin for Cordova iOS</name>
     <name>KeyChain Plugin for Cordova iOS</name>
     <description>This plugin allows your app access to the iOS KeyChain from Cordova. See: https://developer.apple.com/library/mac/documentation/security/conceptual/keychainServConcepts/iPhoneTasks/iPhoneTasks.html</description>
     <description>This plugin allows your app access to the iOS KeyChain from Cordova. See: https://developer.apple.com/library/mac/documentation/security/conceptual/keychainServConcepts/iPhoneTasks/iPhoneTasks.html</description>