Repository: cordova-osx
Updated Branches:
  refs/heads/master 2d3d604ff -> 00d9c6349


simple: CDV.h is not exported


Project: http://git-wip-us.apache.org/repos/asf/cordova-osx/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-osx/commit/00d9c634
Tree: http://git-wip-us.apache.org/repos/asf/cordova-osx/tree/00d9c634
Diff: http://git-wip-us.apache.org/repos/asf/cordova-osx/diff/00d9c634

Branch: refs/heads/master
Commit: 00d9c6349f7d2957292f5f43455aa8f7e8746e3d
Parents: 2d3d604
Author: Tobias Bocanegra <[email protected]>
Authored: Mon Nov 16 22:06:30 2015 -0800
Committer: Tobias Bocanegra <[email protected]>
Committed: Mon Nov 16 22:06:30 2015 -0800

----------------------------------------------------------------------
 CordovaLib/CordovaLib.xcodeproj/project.pbxproj | 2 +-
 CordovaLib/CordovaLib/Classes/Commands/CDV.h    | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/00d9c634/CordovaLib/CordovaLib.xcodeproj/project.pbxproj
----------------------------------------------------------------------
diff --git a/CordovaLib/CordovaLib.xcodeproj/project.pbxproj 
b/CordovaLib/CordovaLib.xcodeproj/project.pbxproj
index c6a5705..1caba1c 100644
--- a/CordovaLib/CordovaLib.xcodeproj/project.pbxproj
+++ b/CordovaLib/CordovaLib.xcodeproj/project.pbxproj
@@ -14,7 +14,7 @@
                70BD679A18FFA12D00A1EFCF /* CDVViewController.m in Sources */ = 
{isa = PBXBuildFile; fileRef = 70BD677218FFA12D00A1EFCF /* CDVViewController.m 
*/; };
                70BD679B18FFA12D00A1EFCF /* CDVWebViewDelegate.h in Headers */ 
= {isa = PBXBuildFile; fileRef = 70BD677318FFA12D00A1EFCF /* 
CDVWebViewDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
                70BD679C18FFA12D00A1EFCF /* CDVWebViewDelegate.m in Sources */ 
= {isa = PBXBuildFile; fileRef = 70BD677418FFA12D00A1EFCF /* 
CDVWebViewDelegate.m */; };
-               70BD679D18FFA12D00A1EFCF /* CDV.h in Headers */ = {isa = 
PBXBuildFile; fileRef = 70BD677618FFA12D00A1EFCF /* CDV.h */; settings = 
{ATTRIBUTES = (Private, ); }; };
+               70BD679D18FFA12D00A1EFCF /* CDV.h in Headers */ = {isa = 
PBXBuildFile; fileRef = 70BD677618FFA12D00A1EFCF /* CDV.h */; settings = 
{ATTRIBUTES = (Public, ); }; };
                70BD679E18FFA12D00A1EFCF /* CDVAvailability.h in Headers */ = 
{isa = PBXBuildFile; fileRef = 70BD677718FFA12D00A1EFCF /* CDVAvailability.h 
*/; settings = {ATTRIBUTES = (Public, ); }; };
                70BD679F18FFA12D00A1EFCF /* CDVCommandDelegate.h in Headers */ 
= {isa = PBXBuildFile; fileRef = 70BD677818FFA12D00A1EFCF /* 
CDVCommandDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
                70BD67A018FFA12D00A1EFCF /* CDVCommandDelegateImpl.h in Headers 
*/ = {isa = PBXBuildFile; fileRef = 70BD677918FFA12D00A1EFCF /* 
CDVCommandDelegateImpl.h */; settings = {ATTRIBUTES = (Public, ); }; };

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/00d9c634/CordovaLib/CordovaLib/Classes/Commands/CDV.h
----------------------------------------------------------------------
diff --git a/CordovaLib/CordovaLib/Classes/Commands/CDV.h 
b/CordovaLib/CordovaLib/Classes/Commands/CDV.h
index 2442121..480dc94 100644
--- a/CordovaLib/CordovaLib/Classes/Commands/CDV.h
+++ b/CordovaLib/CordovaLib/Classes/Commands/CDV.h
@@ -24,6 +24,4 @@
 #import "CDVPluginResult.h"
 #import "CDVInvokedUrlCommand.h"
 #import "CDVPlugin.h"
-#import "CDVDevice.h"
-
-#import "ShellUtils.h"
\ No newline at end of file
+#import "CDVDevice.h"
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to