Updated to OSX 10.9 and Xcode5.

This commit is contained in:
bkaradzic 2013-12-20 16:41:53 -08:00
parent ee8a277774
commit e3959838b3
2 changed files with 2 additions and 1 deletions

View file

@ -123,6 +123,8 @@ using namespace entry;
m_displayLink = [self.window.screen displayLinkWithTarget:self selector:@selector(renderFrame)];
//[m_displayLink setFrameInterval:1];
//[m_displayLink addToRunLoop:[NSRunLoop currentRunLoop] forMode:NSDefaultRunLoopMode];
// [m_displayLink addToRunLoop:[NSRunLoop currentRunLoop]];
[m_displayLink addToRunLoop:[NSRunLoop currentRunLoop] forMode:NSRunLoopCommonModes];
}
}

View file

@ -117,7 +117,6 @@ function exampleProject(_name, _uuid)
links {
"Cocoa.framework",
"OpenGL.framework",
"SDL2",
}
configuration { "ios*" }