GPLv3 fork of AltTab-macOS with all Pro/paywall features unlocked.
- Clone the repository:
git clone https://github.com/salernoelia/lib-alt-tab.git cd lib-alt-tab - Build the project using Xcode or command-line tools:
Note: Code signing is pre-configured to use ad-hoc signing (
xcodebuild -scheme Release
-) locally, which means you do not need developer certificates to compile and run.
To integrate updates from the upstream repository without losing your custom modifications:
- Add Upstream Remote:
git remote add upstream https://github.com/lwouis/alt-tab-macos.git
- Fetch and Merge Upstream Changes:
git fetch upstream git merge upstream/master
- Resolving Conflicts:
- If there are conflicts in
LicenseManager.swiftorbase.xcconfig, resolve them in favor of the Libre Alt-Tab version to preserve the paywall bypass. - If you replaced your app icons and upstream updates them, restore your custom icons using:
git checkout --ours resources/icons/app/app.icns
- If there are conflicts in
This project is licensed under the GNU General Public License v3.0 (GPLv3). In accordance with the terms of GPLv3:
- You are free to run, copy, distribute, study, change and improve this software.
- If you distribute modified versions of the software, you must make the source code available under the same GPLv3 license.
- All original copyrights and attributions have been preserved in accordance with the license.