I've seen some build settings being used like
$(PRODUCT_NAME:identifier)
Using :upper also makes the setting value uppercase, but I don't know what those are called and can't find any documentation. Does anyone know their name or where the documentation is to use them properly?
The file
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Versions/A/DevToolsCore
has a bunch of these:Found this as well: DevToolsCore Framework Reference. Looks like an API for the Framework (
- (id)initWithName:(id)arg1 productTypeIdentifier:(id)arg2
).Couldn't find any other documentation for it though, just this SO question (xcode-info-plist-build-variable-product-namerfc1034identifier-seems-complete).