소스 검색

Added license in plugin.xml

Shazron Abdullah 12 년 전
부모
커밋
11aff59e0c
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      plugin.xml

+ 3 - 1
plugin.xml

@@ -5,7 +5,9 @@
 
     <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>
-	
+    <license>Apache 2.0</license>
+    <keywords>keychain</keywords>	
+    
     <engines>
         <engine name="cordova" version=">=2.2.0" />
     </engines>