소스 검색

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 년 전
부모
커밋
bee17605f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {