From 73e3d5d4077636487f07be1beff3b2714ee2b276 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Mon, 25 Mar 2013 15:57:26 +0000 Subject: upgrade to phonegap 2.5 for ios --- iPhone/CordovaLib/Classes/CDVConfigParser.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'iPhone/CordovaLib/Classes/CDVConfigParser.h') diff --git a/iPhone/CordovaLib/Classes/CDVConfigParser.h b/iPhone/CordovaLib/Classes/CDVConfigParser.h index 23cdd01..7392580 100755 --- a/iPhone/CordovaLib/Classes/CDVConfigParser.h +++ b/iPhone/CordovaLib/Classes/CDVConfigParser.h @@ -17,11 +17,12 @@ under the License. */ -@interface CDVConfigParser : NSObject { -} +@interface CDVConfigParser : NSObject {} @property (nonatomic, readonly, strong) NSMutableDictionary* pluginsDict; @property (nonatomic, readonly, strong) NSMutableDictionary* settings; @property (nonatomic, readonly, strong) NSMutableArray* whitelistHosts; +@property (nonatomic, readonly, strong) NSMutableArray* startupPluginNames; +@property (nonatomic, readonly, strong) NSString* startPage; @end -- cgit v1.2.3