Explorar o código

Change CDVPlugin.h import to use correct filename

Plugin doesn't compile because it's trying to import a CDVlugin.h.
Changed to correct filename.
James Gregory %!s(int64=13) %!d(string=hai) anos
pai
achega
bee17605f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SAiOSKeychainPlugin.h

+ 1 - 1
SAiOSKeychainPlugin.h

@@ -10,7 +10,7 @@
 #ifdef CORDOVA_FRAMEWORK
 #import <Cordova/CDVPlugin.h>
 #else
-#import "CDVlugin.h"
+#import "CDVPlugin.h"
 #endif
 
 @interface SAiOSKeychainPlugin : CDVPlugin {