forked from organicmaps/organicmaps
[tools] Check also ios privacy_url.txt
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
43e659057d
commit
f4d6fca079
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ def check_ios():
|
|||
ok = check_text(locale + "keywords.txt", 100) and ok
|
||||
ok = check_url(locale + "support_url.txt") and ok
|
||||
ok = check_url(locale + "marketing_url.txt") and ok
|
||||
ok = check_url(locale + "privacy_url.txt") and ok
|
||||
return ok
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Reference in a new issue