snowkit / snow

A low level cross platform framework for Haxe. Mac, Windows, Linux, Android, iOS, WebGL.
http://snowkit.org/snow
MIT License
133 stars 35 forks source link

build; iOS; add reference to GameController.framework #88

Closed nslottow closed 8 years ago

nslottow commented 8 years ago

in the iOS template project. SDL depends on this to support SDL_JOYSTICK_MFI.

ruby0x1 commented 8 years ago

Is MFI support enabled by default? I don't recall any build errors from the missing framework for instance?

nslottow commented 8 years ago

It looks like it's enable by default, at least in the config in the linc_sdl repo: https://github.com/native-toolkit/sdl/blob/bc95ce4fc5f0c9f9957a9f7ca29ebcb625b3cc84/include/SDL_config_iphoneos.h#L119

ruby0x1 commented 8 years ago

really spooky I didn't get that before upstreaming, it tested without errors :ghost:

I tested on the PR and it looks good from here. Thanks!