From 7b9337c7d0a904aff64576fc06feba78bba3d48a Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Wed, 15 Jul 2026 15:15:55 +0200 Subject: [PATCH] fix(apple): drop the iOS configs' ITSAppUsesNonExemptEncryption=NO overrides The shared Config/Info.plist deliberately declares true (the ANSSI/France export-compliance route, 1b733613); the two iOS build-config overrides contradicted it, so iOS uploads declared exempt while macOS declared non-exempt. All six configs now inherit the shared plist. Co-Authored-By: Claude Fable 5 --- clients/apple/Punktfunk.xcodeproj/project.pbxproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/clients/apple/Punktfunk.xcodeproj/project.pbxproj b/clients/apple/Punktfunk.xcodeproj/project.pbxproj index 10151a2a..3e2c88c2 100644 --- a/clients/apple/Punktfunk.xcodeproj/project.pbxproj +++ b/clients/apple/Punktfunk.xcodeproj/project.pbxproj @@ -436,7 +436,6 @@ INFOPLIST_KEY_CFBundleDisplayName = Punktfunk; INFOPLIST_KEY_GCSupportsControllerUserInteraction = YES; INFOPLIST_KEY_GCSupportsGameMode = YES; - INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.games"; INFOPLIST_KEY_NSLocalNetworkUsageDescription = "Punktfunk connects directly to your punktfunk host on the local network to stream video, audio, and input."; INFOPLIST_KEY_NSMicrophoneUsageDescription = "Your microphone is streamed to the connected punktfunk host, where it appears as a virtual microphone."; @@ -478,7 +477,6 @@ INFOPLIST_KEY_CFBundleDisplayName = Punktfunk; INFOPLIST_KEY_GCSupportsControllerUserInteraction = YES; INFOPLIST_KEY_GCSupportsGameMode = YES; - INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.games"; INFOPLIST_KEY_NSLocalNetworkUsageDescription = "Punktfunk connects directly to your punktfunk host on the local network to stream video, audio, and input."; INFOPLIST_KEY_NSMicrophoneUsageDescription = "Your microphone is streamed to the connected punktfunk host, where it appears as a virtual microphone.";