소스 검색

Merge pull request #2226 from romulox-x/xyzFixIos

fixed ios compilation error
punto- 10 년 전
부모
커밋
f697ec2fe0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      platform/iphone/app_delegate.mm

+ 1 - 1
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