APIBypass v0.6.3
Bug Fixes
- Fixed layout recursion crash when selecting provider in List: Added explicit frame constraints to
Toggle.toggleStyle(.switch)to preventNSSwitch intrinsicContentSizecalculation from creating circular layout dependency in nestedScrollView → VStack → ForEach → MappingCardView → HStack → Togglestructure on macOS 26.5.1. Previously, clicking between providers in the sidebar causedLayoutEngineBox.sizeThatFitsto recurse 13+ levels, corrupting heap memory and triggeringEXC_BAD_ACCESS (SIGBUS).
Changelog
- fix: prevent layout recursion crash when selecting provider in List
Download
Build from Source
git clone https://github.com/panando/APIBypass.git
cd APIBypass
git checkout v0.6.3
swift build -c releaseRequirements: macOS 14.0+, Swift 6.0+, Xcode 16.0+