From 31ce3c5fd0300aac1e86bced1efc5f9ec94bdb6b Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Thu, 13 Mar 2014 22:57:24 -0300 Subject: -fix bug in cache for atlas import/export -fix some menus -fixed bug in out transition curves -detect and remove file:/// in collada -remove multiscript for now -remove dependencies on mouse in OS, moved to Input -avoid fscache from screwing up (fix might make it slower, but it works) -funcref was missing, it's there now --- platform/isim/detect.py | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/isim/detect.py') diff --git a/platform/isim/detect.py b/platform/isim/detect.py index 196d269de..48f71bbef 100644 --- a/platform/isim/detect.py +++ b/platform/isim/detect.py @@ -74,6 +74,7 @@ def configure(env): '-framework', 'OpenGLES', '-framework', 'QuartzCore', '-framework', 'AudioToolbox', + '-framework', 'MediaPlayer', '-F$ISIMSDK', ]) -- cgit v1.2.3-70-g09d2