You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2015/03/19 17:56:14 UTC

[25/50] [abbrv] ios commit: Add CDVAppDelegate.h to main header

Add CDVAppDelegate.h to main header


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

Branch: refs/heads/unplug-whitelist
Commit: b57171530af4f374e6195c90f8f27c888bd5c57f
Parents: 1a44a4e
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Mar 17 02:35:12 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Mar 17 02:35:12 2015 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/CDV.h | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b5717153/CordovaLib/Classes/CDV.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDV.h b/CordovaLib/Classes/CDV.h
index 7d5ec3f..fbeaea2 100644
--- a/CordovaLib/Classes/CDV.h
+++ b/CordovaLib/Classes/CDV.h
@@ -19,6 +19,7 @@
 
 #import "CDVAvailability.h"
 #import "CDVAvailabilityDeprecated.h"
+#import "CDVAppDelegate.h"
 #import "CDVPlugin.h"
 #import "CDVPluginResult.h"
 #import "CDVViewController.h"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org