|
|
@@ -1,7 +1,7 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
|
|
id="cordova-plugin-ios-keychain"
|
|
|
- version="3.0.0">
|
|
|
+ version="3.0.1">
|
|
|
|
|
|
<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>
|
|
|
@@ -28,10 +28,10 @@
|
|
|
</config-file>
|
|
|
|
|
|
<header-file src="src/ios/CDVKeychain.h" />
|
|
|
- <header-file src="src/ios/A0KeyChain/A0SimpleKeychain.h"/>
|
|
|
+ <header-file src="src/ios/A0SimpleKeychain.h"/>
|
|
|
|
|
|
<source-file src="src/ios/CDVKeychain.m"/>
|
|
|
- <source-file src="src/ios/A0KeyChain/A0SimpleKeychain.m"/>
|
|
|
+ <source-file src="src/ios/A0SimpleKeychain.m"/>
|
|
|
|
|
|
<framework src="Security.framework" />
|
|
|
|