Skip to content

Commit

Permalink
#18 compile error in iOS: 'Cordova/CDVJSON.h' file not found
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jun 8, 2016
1 parent 9717df6 commit c842f9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.synconset.cordovaHTTP"
version="0.2.1">
version="0.2.2">

<name>SSL Pinning</name>

Expand Down
1 change: 0 additions & 1 deletion src/ios/CordovaHttpPlugin.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#import <Foundation/Foundation.h>

#import <Cordova/CDVPlugin.h>
#import <Cordova/CDVJSON.h>

@interface CordovaHttpPlugin : CDVPlugin

Expand Down

0 comments on commit c842f9b

Please sign in to comment.