From 3c03b4d40a9978a1ffc57390714d8eb307230318 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Fri, 17 Jul 2026 14:28:04 -0400 Subject: [PATCH] chore: declare app does not use non-exempt encryption Skips App Store Connect's export compliance prompt on every upload. Set via the project-level Shared.xcconfig so it cascades to all targets. Co-Authored-By: Claude Sonnet 5 --- Config/Shared.xcconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Config/Shared.xcconfig b/Config/Shared.xcconfig index 64bb16b..852ca85 100644 --- a/Config/Shared.xcconfig +++ b/Config/Shared.xcconfig @@ -18,6 +18,10 @@ DEVELOPMENT_TEAM = CODE_SIGN_STYLE = Automatic +// App does not use non-exempt encryption, so skip App Store Connect's export +// compliance prompt on every upload. +INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO + // --- App metadata links ------------------------------------------------------ // Outbound URLs surfaced on the Settings screen (GitHub repo + marketing site). // They are user-defined build settings so the destinations are configurable