summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/iphone/app_delegate.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/iphone/app_delegate.mm b/platform/iphone/app_delegate.mm
index dba37ab1b8..3c79137171 100644
--- a/platform/iphone/app_delegate.mm
+++ b/platform/iphone/app_delegate.mm
@@ -140,7 +140,7 @@ static int frame_count = 0;
// this might be necessary before here
for (NSString* key in [[NSBundle mainBundle] infoDictionary]) {
- NSObject* value = [xyz objectForKey:key];
+ NSObject* value = [[[NSBundle mainBundle] infoDictionary] objectForKey:key];
String ukey = String::utf8([key UTF8String]);
// we need a NSObject to Variant conversor