2021-04-15 17:57:53 +02:00
|
|
|
languages(['zh-Hans', 'en-US'])
|
2021-04-03 11:52:13 +02:00
|
|
|
|
|
|
|
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")
|
2021-04-15 11:51:12 +02:00
|
|
|
primary_category("SOCIAL_NETWORKING")
|
|
|
|
|
|
|
|
automatic_release(false)
|
|
|
|
force(true)
|
|
|
|
precheck_include_in_app_purchases(false)
|
2021-04-16 00:56:35 +02:00
|
|
|
submit_for_review(true)
|
2021-05-12 17:03:14 +02:00
|
|
|
overwrite_screenshots(true)
|
|
|
|
|
|
|
|
submission_information({
|
|
|
|
add_id_info_limits_tracking: true,
|
|
|
|
add_id_info_serves_ads: false,
|
|
|
|
add_id_info_tracks_action: false,
|
|
|
|
add_id_info_tracks_install: false,
|
|
|
|
add_id_info_uses_idfa: true
|
2021-05-12 18:17:22 +02:00
|
|
|
})
|
|
|
|
|
|
|
|
release_notes({
|
2021-05-12 19:31:11 +02:00
|
|
|
'zh-Hans' => "添加支持修改账户信息",
|
2021-05-12 18:17:22 +02:00
|
|
|
'en-US' => "Added the possibility to update account information"
|
2021-05-12 17:03:14 +02:00
|
|
|
})
|