Kaynağa Gözat

Moving files

Max Lynch 9 yıl önce
ebeveyn
işleme
ae1c1ef07d

+ 3 - 3
plugin.xml

@@ -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" />
 

src/ios/A0KeyChain/A0SimpleKeychain+KeyPair.h → src/ios/A0SimpleKeychain+KeyPair.h


src/ios/A0KeyChain/A0SimpleKeychain+KeyPair.m → src/ios/A0SimpleKeychain+KeyPair.m


src/ios/A0KeyChain/A0SimpleKeychain.h → src/ios/A0SimpleKeychain.h


src/ios/A0KeyChain/A0SimpleKeychain.m → src/ios/A0SimpleKeychain.m


+ 1 - 1
src/ios/CDVKeychain.m

@@ -18,7 +18,7 @@
  */
 
 #import "CDVKeychain.h"
-#import "A0KeyChain/A0SimpleKeychain.h"
+#import "A0SimpleKeychain.h"
 
 @implementation CDVKeychain
 

src/ios/A0KeyChain/SimpleKeychain.h → src/ios/SimpleKeychain.h