updated plugin.xml and cordova references in ios files

This commit is contained in:
Steven Gill
2013-05-20 14:04:50 -07:00
parent 3f9a4738e1
commit 4e9ad7d5e0
4 changed files with 18 additions and 15 deletions
+3 -3
View File
@@ -18,9 +18,9 @@
*/
#import "CDVInAppBrowser.h"
#import "CDVPluginResult.h"
#import "CDVUserAgentUtil.h"
#import "CDVJSON.h"
#import <Cordova/CDVPluginResult.h>
#import <Cordova/CDVUserAgentUtil.h>
#import <Cordova/CDVJSON.h>
#define kInAppBrowserTargetSelf @"_self"
#define kInAppBrowserTargetSystem @"_system"