Added
- Support for Xcode runtime issue breakpoints #761 by @zenangst.
Platform.visionOS
case and updatedBuildSettingsProvider
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.