A premium, native macOS CLI tool to convert Xcode .xcarchive bundles into ready-to-install .ipa files.
- Native Performance: Written in Swift for high speed and reliability.
- Interactive Selection: Supports
fzffor a premium search experience, with a clean fallback selector. - Automatic Discovery: Finds your Xcode archives automatically in
~/Library/Developer/Xcode/Archives. - Proper Packaging: Ensures correct
Payloadstructure and preserves symlinks/permissions.
If you have the source code, simply run:
chmod +x install.sh
./install.shmake
sudo mv xarchive2ipa /usr/local/bin/Just run xarchive2ipa in your terminal:
xarchive2ipa- macOS
- Xcode Command Line Tools (
swiftc) fzf(Optional, for premium experience)
Created by github.com/xyzuan