diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 14:53:56 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 14:53:56 +0100 |
commit | 481e511082fbe746a9436d2a79d42c62ba2b039a (patch) | |
tree | 1674be47c6d8f7fd36f76d70659c1bc671928f80 /platform/iphone/detect.py | |
parent | 49c065d29ca07040c3fd810026121164ad86b247 (diff) |
iphone: Drop unused Appirater thirdparty API
Diffstat (limited to 'platform/iphone/detect.py')
-rw-r--r-- | platform/iphone/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py index 20fa45d708..fa6082a5a7 100644 --- a/platform/iphone/detect.py +++ b/platform/iphone/detect.py @@ -30,7 +30,6 @@ def get_opts(): ('store_kit', 'Support for in-app store', 'yes'), ('icloud', 'Support for iCloud', 'yes'), ('ios_gles22_override', 'Force GLES2.0 on iOS', 'yes'), - ('ios_appirater', 'Enable Appirater', 'no'), ('ios_exceptions', 'Use exceptions when compiling on playbook', 'yes'), ('ios_triple', 'Triple for ios toolchain', ''), ('ios_sim', 'Build simulator binary', 'no'), |