summaryrefslogtreecommitdiff
path: root/platform/isim/detect.py
diff options
context:
space:
mode:
authorCarl Olsson <carl.olsson@gmail.com>2015-02-11 21:15:49 +1000
committerCarl Olsson <carl.olsson@gmail.com>2015-02-11 21:15:49 +1000
commit573ae5dd926df0dbd63b787945ace0fa76f08976 (patch)
treeca21f025cab021fdb43d6a7b77222c4bcf62f63a /platform/isim/detect.py
parent9171f71ff55def0f661a3d76e4ebcfc945092ad3 (diff)
parent78a268c2eb3099103164407761e06afa0c6339d4 (diff)
Merge branch 'master' of https://github.com/okamstudio/godot
Conflicts: demos/2d/polygon_path_finder_demo/.fscache
Diffstat (limited to 'platform/isim/detect.py')
-rw-r--r--platform/isim/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/isim/detect.py b/platform/isim/detect.py
index 8d60e30d25..bd0fd2fea3 100644
--- a/platform/isim/detect.py
+++ b/platform/isim/detect.py
@@ -22,7 +22,7 @@ def get_opts():
return [
('ISIMPLATFORM', 'name of the iphone platform', 'iPhoneSimulator'),
('ISIMPATH', 'the path to iphone toolchain', '/Applications/Xcode.app/Contents/Developer/Platforms/${ISIMPLATFORM}.platform'),
- ('ISIMSDK', 'path to the iphone SDK', '$ISIMPATH/Developer/SDKs/${ISIMPLATFORM}7.1.sdk'),
+ ('ISIMSDK', 'path to the iphone SDK', '$ISIMPATH/Developer/SDKs/${ISIMPLATFORM}.sdk'),
('game_center', 'Support for game center', 'yes'),
('store_kit', 'Support for in-app store', 'yes'),
('ios_gles22_override', 'Force GLES2.0 on iOS', 'yes'),