xcode info.plist build variable ${PRODUCT_NAME:rfc1034identifier} seems completely undocumented?
By using strings I also dug out the following things that look like they’re related to :rfc1034identifier: :quote – adds backslashes before whitespaces (and more), for use in shell scripts :identifier – replaces whitespace, slashes (and more) with underscores :rfc1034identifier – replaces whitespace, slashes (and more) with dashes :dir – don’t know, observed replace with … Read more