All notable changes to the "vscode-xcodebuild-tools" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Added Github Actions CI/CD.
- Add a way of supplying additional arguments to
xcodebuild
. Thanks to @amatosov-rbx.
- Fix debugging (switch to new
vscode.debug.startDebugging()
).
- Support environment variables in configuration file.
- Add preBuildTasks section to configuration file for task running before building.
- Add the ability to specify the SDK in xcodebuild-tools.json
- Fix severity of messages in Problem View. Previously, all messages were displayed as errors.
- Updated README.md with an iOS example.
- Save all before building.
- Add a new status icon for running (without a debugger) the selected debug configuration.
- Add a new command, xcobdebuild-tools.profile, to start the macOS Instruments profiler with 'Time Profiler' template on the current debug configuration.
- Initial release