OLD | NEW |
---|---|
(Empty) | |
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> | |
3 <plist version="1.0"> | |
4 <dict> | |
5 <key>ITSAppUsesNonExemptEncryption</key> | |
6 <true/> | |
7 <key>ITSEncryptionExportComplianceCode</key> | |
8 <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
| |
9 </dict> | |
10 </plist> | |
OLD | NEW |