fixed ios compilation error

This commit is contained in:
romulox_x 2015-07-01 23:07:01 -07:00
parent b4d5f7e154
commit 1d22b0265b

View file

@ -140,7 +140,7 @@ static int frame_count = 0;
// this might be necessary before here // this might be necessary before here
for (NSString* key in [[NSBundle mainBundle] infoDictionary]) { 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]); String ukey = String::utf8([key UTF8String]);
// we need a NSObject to Variant conversor // we need a NSObject to Variant conversor