summaryrefslogtreecommitdiff
path: root/platform/iphone/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-03-05 14:53:56 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-03-05 14:53:56 +0100
commit481e511082fbe746a9436d2a79d42c62ba2b039a (patch)
tree1674be47c6d8f7fd36f76d70659c1bc671928f80 /platform/iphone/detect.py
parent49c065d29ca07040c3fd810026121164ad86b247 (diff)
iphone: Drop unused Appirater thirdparty API
Diffstat (limited to 'platform/iphone/detect.py')
-rw-r--r--platform/iphone/detect.py1
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'),