Build Configuration Scripts

Scripts associated with build configurations generally apply to the build as a whole, and come in four different varieties.

This type of script is executed before the main script, but after sources are transferred into the build area.

This script is not required, but can be useful when you have many targets that can use the same script. In that event, you can specify that individual targets should use this script. If the scripts are different, the transition script for an individual target will take precedence.

This type of script is executed after the main script.

This type of script is executed before the main script, and before sources are transferred into the build area.

When you create a new build configuration there is a tab for each of these scripts.