aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromulox_x2015-07-01 23:07:01 -0700
committerromulox_x2015-07-01 23:07:01 -0700
commit1d22b0265bff3a7c3e5fe1d0e062f9fe27fc53af (patch)
treebf34c4628431b53c554ef1dc4bf710cc3a911f57
parentb4d5f7e154973e8fb93a9a0af6ffa0b065e2c50c (diff)
downloadgodot-1d22b0265bff3a7c3e5fe1d0e062f9fe27fc53af.tar.gz
godot-1d22b0265bff3a7c3e5fe1d0e062f9fe27fc53af.tar.zst
godot-1d22b0265bff3a7c3e5fe1d0e062f9fe27fc53af.zip
fixed ios compilation error
-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 dba37ab1b..3c7913717 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