[tools] Check also ios privacy_url.txt

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-01-20 00:16:30 +01:00 committed by Alexander Borsuk
parent 43e659057d
commit f4d6fca079

View file

@ -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__":