Target properties for XCode documentation improvement
The XCODE_ATTRIBUTE_<an-attribute>
target property lacks the information on how to set them per build type. I've came across it while searching via Google:
XCODE_ATTRIBUTE_<an-attribute>[variant=<Build Type>]
Please update documentation accordingly. I know there are generator expressions, haven't tried if the same can be accomplished with them.