Chromium Code Reviews| Index: ios/chrome/app/resources/EncryptionExportCompliance+Info.plist |
| diff --git a/ios/chrome/app/resources/EncryptionExportCompliance+Info.plist b/ios/chrome/app/resources/EncryptionExportCompliance+Info.plist |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a78443492edef65f8d600ab7af690942e9425853 |
| --- /dev/null |
| +++ b/ios/chrome/app/resources/EncryptionExportCompliance+Info.plist |
| @@ -0,0 +1,10 @@ |
| +<?xml version="1.0" encoding="UTF-8"?> |
| +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| +<plist version="1.0"> |
| +<dict> |
| + <key>ITSAppUsesNonExemptEncryption</key> |
| + <true/> |
| + <key>ITSEncryptionExportComplianceCode</key> |
| + <string>${ENCRYPTION_EXPORT_COMPLIANCE_CODE}</string> |
|
rohitrao (ping after 24h)
2016/12/07 21:56:04
How does a value get from the GN variable into thi
sdefresne
2016/12/08 08:51:31
The key=value substitution happens when the final
|
| +</dict> |
| +</plist> |