App Store: Add encryption attestation
Finally add this to Info.plist properties to save a few seconds on submissions. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
cdc35c7cae
commit
845b33e422
2 changed files with 4 additions and 0 deletions
|
@ -481,6 +481,8 @@ static NSString *xmlEscapeString(NSString * string) {
|
|||
\t<string>https://cogcdn.cog.losno.co/mercury.xml</string>\n\
|
||||
\t<key>SUPublicEDKey</key>\n\
|
||||
\t<string>omxG7Rp0XK9/YEvKbVy7cd44eVAh1LJB6CmjQwjOJz4=</string>\n\
|
||||
\t<key>ITSAppUsesNonExemptEncryption</key>\n\
|
||||
\t<false/>\n\
|
||||
</dict>\n\
|
||||
</plist>\n";
|
||||
NSMutableArray * decodersRegistered = [[NSMutableArray alloc] init];
|
||||
|
|
|
@ -2104,5 +2104,7 @@
|
|||
<string>https://cogcdn.cog.losno.co/mercury.xml</string>
|
||||
<key>SUPublicEDKey</key>
|
||||
<string>omxG7Rp0XK9/YEvKbVy7cd44eVAh1LJB6CmjQwjOJz4=</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in a new issue