From 8c81bd47bbe3ed65a55a2c5fd376bfd726bd6777 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Wed, 10 Jul 2013 15:17:41 +0100 Subject: upgrade iOS to phonegap 2.9 --- iPhone/CordovaLib/Classes/CDVConfigParser.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'iPhone/CordovaLib/Classes/CDVConfigParser.h') diff --git a/iPhone/CordovaLib/Classes/CDVConfigParser.h b/iPhone/CordovaLib/Classes/CDVConfigParser.h index 7392580..2e06c88 100755 --- a/iPhone/CordovaLib/Classes/CDVConfigParser.h +++ b/iPhone/CordovaLib/Classes/CDVConfigParser.h @@ -17,7 +17,10 @@ under the License. */ -@interface CDVConfigParser : NSObject {} +@interface CDVConfigParser : NSObject +{ + NSString* featureName; +} @property (nonatomic, readonly, strong) NSMutableDictionary* pluginsDict; @property (nonatomic, readonly, strong) NSMutableDictionary* settings; -- cgit v1.2.3