Skip to content

1.0.0

Compare
Choose a tag to compare
@godrei godrei released this 04 Oct 11:53
· 32 commits to master since this release
2a1187c

[#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 new xcconfig_content input.
  • output_tool input has been renamed to log_formatter.