Releases: sarcasticbird/ConAir
Releases · sarcasticbird/ConAir
Release list
v0.1.0-alpha
What's Changed
- feat: make app distributable via git clone by @sarcasticbird in #1
- feat: drop Xcode dependency, build with swift build + SPM by @sarcasticbird in #2
New Contributors
- @sarcasticbird made their first contribution in #1
Full Changelog: https://github.com/sarcasticbird/ConAir/commits/v0.1.0-alpha
Installation
- Download
ConAir-v0.1.0-alpha-arm64.zipbelow - Unzip and drag
ConAir.appto/Applications - Clear the quarantine flag (required — the app is not notarized):
Without this, macOS will block the app with "ConAir Not Opened".
xattr -cr /Applications/ConAir.app
- Install the daemon (required for AirPods button detection):
git clone git@github.com:sarcasticbird/ConAir.git cd ConAir ./scripts/install.sh