Hi!
I have enabled option INFOPLIST_PREPROCESS for all configs. Because I need to replace some variables inside info.plist which is different for all configs. And also I have key
`<key>NSAdvertisingAttributionReportEndpoint</key><string>https:example.com</string>`
After build I have incorrect "Preprocessed-Info.plist" because of after it NSAdvertisingAttributionReportEndpoint looks like:
<key>NSAdvertisingAttributionReportEndpoint</key><string>https:
Could you help? I tried to escape the character, but no result here.