summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarynate <mary.w.nate@gmail.com>2014-12-06 20:59:16 +0800
committermarynate <mary.w.nate@gmail.com>2014-12-08 13:58:39 +0800
commit88f58c5c26b0dfb759400f20e104a86af3187cb1 (patch)
tree55ca122f96cf82cbd0ec52a2b632db70491028a3
parent10b371516bfd88f354acde9a2b37cf854eb92780 (diff)
Update ios simulator build config file to build under new ios SDK
-rw-r--r--platform/isim/detect.py12
1 files changed, 8 insertions, 4 deletions
diff --git a/platform/isim/detect.py b/platform/isim/detect.py
index f4a17838f9..8d60e30d25 100644
--- a/platform/isim/detect.py
+++ b/platform/isim/detect.py
@@ -60,14 +60,18 @@ def configure(env):
'-Xlinker',
'-objc_abi_version',
'-Xlinker', '2',
+ '-framework', 'AudioToolbox',
+ '-framework', 'AVFoundation',
+ '-framework', 'CoreAudio',
+ '-framework', 'CoreGraphics',
+ '-framework', 'CoreMedia',
'-framework', 'Foundation',
+ '-framework', 'Security',
'-framework', 'UIKit',
- '-framework', 'IOKit',
- '-framework', 'CoreGraphics',
+ '-framework', 'MediaPlayer',
'-framework', 'OpenGLES',
'-framework', 'QuartzCore',
- '-framework', 'AudioToolbox',
- '-framework', 'MediaPlayer',
+ '-framework', 'SystemConfiguration',
'-F$ISIMSDK',
])