Skip to content

Commit

Permalink
Add ratings config
Browse files Browse the repository at this point in the history
  • Loading branch information
vikmeup committed Mar 17, 2018
1 parent 80afd1a commit 30fed60
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Deliverfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ force true
submit_for_review true
automatic_release false

app_rating_config_path "./ratings_config.json"

submission_information({
add_id_info_serves_ads: false,
export_compliance_uses_encryption: false,
Expand Down
15 changes: 15 additions & 0 deletions fastlane/ratings_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"CARTOON_FANTASY_VIOLENCE": 0,
"REALISTIC_VIOLENCE": 0,
"PROLONGED_GRAPHIC_SADISTIC_REALISTIC_VIOLENCE": 0,
"PROFANITY_CRUDE_HUMOR": 0,
"MATURE_SUGGESTIVE": 0,
"HORROR": 0,
"MEDICAL_TREATMENT_INFO": 0,
"ALCOHOL_TOBACCO_DRUGS": 0,
"GAMBLING": 0,
"SEXUAL_CONTENT_NUDITY": 0,
"GRAPHIC_SEXUAL_CONTENT_NUDITY": 0,
"UNRESTRICTED_WEB_ACCESS": 1,
"GAMBLING_CONTESTS": 0
}

0 comments on commit 30fed60

Please sign in to comment.