[#17 ] Clean up and standardize step inputs.
Changes
- New input introduced for overriding the Xcode project’s Build Settings: ‘Build settings (xcconfig)’ (
xcconfig_content
). - The raw xcodebuild log output env key is aligned with the source code:
BITRISE_XCODE_RAW_RESULT_TEXT_PATH
- Step input titles, summaries, descriptions, and categories are updated.
Breaking changes to step inputs
-
disable_index_while_building
input has been removed, the Xcode Build Setting configured by the input (COMPILER_INDEX_STORE_ENABLE = NO
) is the default value for the newxcconfig_content
input. -
output_tool
input has been renamed tolog_formatter
.