From 532d22b9bb2a1e72cf24829110d6fcc0bd3d5561 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sun, 9 Mar 2025 23:50:24 -0700 Subject: [PATCH] App Store: Add encryption attestation Finally add this to Info.plist properties to save a few seconds on submissions. Signed-off-by: Christopher Snowhill --- Audio/PluginController.mm | 2 ++ Info.plist.template | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Audio/PluginController.mm b/Audio/PluginController.mm index bb4b149cd..1b47e6a3c 100644 --- a/Audio/PluginController.mm +++ b/Audio/PluginController.mm @@ -481,6 +481,8 @@ static NSString *xmlEscapeString(NSString * string) { \thttps://cogcdn.cog.losno.co/mercury.xml\n\ \tSUPublicEDKey\n\ \tomxG7Rp0XK9/YEvKbVy7cd44eVAh1LJB6CmjQwjOJz4=\n\ +\tITSAppUsesNonExemptEncryption\n\ +\t\n\ \n\ \n"; NSMutableArray * decodersRegistered = [[NSMutableArray alloc] init]; diff --git a/Info.plist.template b/Info.plist.template index 3d223fa0d..bd25b88e0 100644 --- a/Info.plist.template +++ b/Info.plist.template @@ -2104,5 +2104,7 @@ https://cogcdn.cog.losno.co/mercury.xml SUPublicEDKey omxG7Rp0XK9/YEvKbVy7cd44eVAh1LJB6CmjQwjOJz4= + ITSAppUsesNonExemptEncryption +