Skip to content

Commit

Permalink
Merge pull request #29721 from Expensify/francois-fastlane-content_ri…
Browse files Browse the repository at this point in the history
…ghts_has_rights

Add `content_rights_has_rights` to Fastlane's submission information
  • Loading branch information
AndrewGable authored Oct 16, 2023
2 parents fe40f63 + 9f48675 commit 2f54d5a
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 2f54d5a

Please sign in to comment.