From e3959838b3a0b54bbb5b23e16261fb1a38cbb7c2 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Fri, 20 Dec 2013 16:41:53 -0800 Subject: [PATCH] Updated to OSX 10.9 and Xcode5. --- examples/common/entry/entry_ios.mm | 2 ++ premake/premake4.lua | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/common/entry/entry_ios.mm b/examples/common/entry/entry_ios.mm index e48126bd..0e28348a 100644 --- a/examples/common/entry/entry_ios.mm +++ b/examples/common/entry/entry_ios.mm @@ -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]; } } diff --git a/premake/premake4.lua b/premake/premake4.lua index 82ff06f7..ecedc718 100644 --- a/premake/premake4.lua +++ b/premake/premake4.lua @@ -117,7 +117,6 @@ function exampleProject(_name, _uuid) links { "Cocoa.framework", "OpenGL.framework", - "SDL2", } configuration { "ios*" }