Prechádzať zdrojové kódy

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 13 rokov pred
rodič
commit
bee17605f2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 {