Skip to content

Commit

Permalink
Add content_rights_has_rights to Fastlane's submission information
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl committed Oct 16, 2023
1 parent fe40f63 commit 9f48675
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,10 @@ platform :ios do
export_compliance_contains_proprietary_cryptography: false,

# We do not show any third party content
content_rights_contains_third_party_content: false
content_rights_contains_third_party_content: false,

# Indicate that our key has admin permissions
content_rights_has_rights: true
},
release_notes: {
'en-US' => "Improvements and bug fixes"
Expand Down

0 comments on commit 9f48675

Please sign in to comment.