Details
Description
Xcode supports suffixing environment variables with :rfc1034identifier when processing Info.plists. For example:
// environment PRODUCT_NAME = My Product // Info.plist <string>${PRODUCT_NAME:rfc1034identifier}</string> // expected output <string>my-product</string>