Skip to content

8.11.0

Choose a tag to compare

@pepicrft pepicrft released this 26 Jun 17:21
· 268 commits to main since this release

Added

  • Support for Xcode runtime issue breakpoints #761 by @zenangst.
  • Platform.visionOS case and updated BuildSettingsProvider to return the default build settings for visionOS projects #765 by @Mstrodl.

Changed

Removed

  • (Breaking) Dropped Carthage support: Since the tool is not actively maintained.
  • (Breaking) Dropped CocoaPods support: With the Apple ecosystem moving to Swift Package Manager we'd like to support the transition by dropping support for CocoaPods. The drop will simplify our release process.

Fixed

  • Ensured UUIDs are considered when sorting by filename to ensure information is not lost when filenames are equal #769 by @timothycosta.