diff options
author | Bil Bas (Spooner) <bil.bagpuss@gmail.com> | 2015-02-10 00:42:28 +0000 |
---|---|---|
committer | Bil Bas (Spooner) <bil.bagpuss@gmail.com> | 2015-02-10 00:42:28 +0000 |
commit | 58d767894771cd92c018ffb164725b5d46e520b8 (patch) | |
tree | 8af83d16aa1c3f6e217085504c0c648a7cb3a5fb /platform/isim/detect.py | |
parent | 2c1a3dfed6f9a474ace9123b46edca77be548d3e (diff) | |
parent | f53b27dca33e00cfc5f05d3dbaf58c0f97ff28bf (diff) |
Merge branch 'master' of https://github.com/okamstudio/godot into add_sprintf
Conflicts:
.gitignore
Diffstat (limited to 'platform/isim/detect.py')
-rw-r--r-- | platform/isim/detect.py | 2 |
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'), |