mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
Comply with 2.0 CORDOVA_FRAMEWORK header
4. Change in import header use: in 2.0.0, Cordova projects use the CordovaLib project as a subproject, it now uses the CORDOVA_FRAMEWORK styled import like this: #import <Cordova/CDV.h> instead of like this: #import "CDV.h" So now in 2.0.0, Cordova import headers are unified.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// Copyright 2012, Randy McMillan
|
||||
|
||||
|
||||
#import "CDVPlugin.h"
|
||||
#import <Cordova/CDVPlugin.h>
|
||||
#import "ChildBrowserViewController.h"
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// Copyright 2012, Randy McMillan
|
||||
|
||||
#import "ChildBrowserCommand.h"
|
||||
#import "CDVViewController.h"
|
||||
#import <Cordova/CDVViewController.h>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user