Skip to content

APIBypass v0.6.2

Choose a tag to compare

@panando panando released this 05 Jun 02:54
· 14 commits to main since this release

Bug Fixes

  • Fixed app activation timing: Moved activationPolicy setup from init() to onAppear to ensure proper app initialization and prevent potential launch issues
  • Fixed Toggle-in-Button crash: Moved Toggle control outside of Button to prevent SwiftUI rendering crash

Changelog

  • fix: move activationPolicy setup from init() to onAppear
  • fix: move Toggle outside Button to prevent crash

Download

Build from Source

git clone https://github.com/panando/APIBypass.git
cd APIBypass
git checkout v0.6.2
swift build -c release

Requirements: macOS 14.0+, Swift 6.0+, Xcode 16.0+