This is a fork of @lwouis's excellent AltTab app that adds per-shortcut previous window bindings. See this PR for more info.
As of this moment I haven't uploaded any binaries, largely because I don't have an apple developer certificate. I plan to make the app binary available as a download on GitHub when I do.
Until then, follow the build instructions to create a build for your machine:
This project has minimal dependency on Xcode-only features (e.g. InterfaceBuilder, Playgrounds). You can build it by doing:
scripts/codesign/setup_local.shto generate a local self-signed certificate, to avoid having to re-check theSystem Preferences > Security & Privacypermissions on every build- Either open
alt-tab-macos.xcworkspacewith XCode, or use the cli:xcodebuild -workspace alt-tab-macos.xcworkspace -scheme Debugto build the .app with theDebugbuild configuration
Then find the app using Spotlight and optionally move it to your Applications directory.