From 9f48675f19bb5290941cc0c3383fd5fc0498bd63 Mon Sep 17 00:00:00 2001 From: Francois Laithier Date: Mon, 16 Oct 2023 15:07:37 -0700 Subject: [PATCH] Add `content_rights_has_rights` to Fastlane's submission information --- fastlane/Fastfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index dac53193fdc6..78abf8074155 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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"