mirror of https://github.com/tooot-app/app
22 lines
491 B
Ruby
22 lines
491 B
Ruby
languages(['zh-Hans', 'en-US'])
|
|
|
|
name({
|
|
'default' => "tooot"
|
|
})
|
|
keywords({
|
|
'default' => "Mastodon,tooot,social,decentralized,长毛象,社交,去中心"
|
|
})
|
|
privacy_url({
|
|
'default' => "https://tooot.app/privacy-policy"
|
|
})
|
|
support_url({
|
|
'default' => "https://tooot.app"
|
|
})
|
|
copyright("#{Time.now.year} ©️ xmflsct")
|
|
primary_category("SOCIAL_NETWORKING")
|
|
|
|
automatic_release(false)
|
|
force(true)
|
|
precheck_include_in_app_purchases(false)
|
|
submit_for_review(true)
|
|
overwrite_screenshots(true) |