Skip to content

Releases: fireplusteam/ios-swift-for-vs-code

0.5.0beta

06 Nov 11:23
Compare
Choose a tag to compare

Changed

  • Breaking change: iOS: renamed to Xcode: for all commands

Added

  • Debug UI tests and multiple targets are now supported
  • Support Test Plan

v0.4.0-beta

18 Oct 09:46
Compare
Choose a tag to compare

Added

  • New breaking change. Removed .env file and moved everything to projectConfiguration.json file.
  • Get rid of old shell commands and replace with ts implementation
  • Own definition provider if sourcekit-lsp fails to provide location (Usually it stops working if there're errors in the file). As a workaround, symbol search works fine as a fallback (similar to Xcode).

Fixed

  • Improved activation of extension logic
  • buildServer.json file for projects without workspace in was not properly generated
  • Fixed issue with relative path passing to sourcekit-lsp due to not correct workspace folder set
  • Open generated swiftinterface by sourcekit-slp
  • Fixed XCBBuildService in some cases when continueWithErrors environmental variable was set

v0.3.0-beta

10 Oct 17:48
Compare
Choose a tag to compare

Added

  • Support Swift Testing framework starting xCode 16.
  • Own lsp client support

Fixed

  • Test debug session were treated as user cancelled on error

v0.2.0-beta

05 Oct 05:44
Compare
Choose a tag to compare
  • Improved stability
  • Refactored Command
  • Support lldb-dap for Xcode 16 is default now
  • focusing of simulator on debug is like in real ide

v0.1.0-beta

29 Sep 16:24
Compare
Choose a tag to compare

Initial release of extension to support Xcode project build/debug/test in VS Code

Fully supported XCode 15.x
XCode 16.x partially supported: New Swift Testing framework is not supported at the moment