Adds a double-tap to the homebar to invoke Type to Siri
Head over to the Releases section and download the correct .deb for your device. For your convenience, the rootful .deb is compiled with the old arm64e ABI.
Make sure you have Theos installed and configured. Refer to Theos's arm64e Deployment page for guidance on how to compile for older iOS versions.
Clone the repo and run the command you need:
# To build for rootful
make clean package FINALPACKAGE=1
# To build for rootless
make clean package THEOS_PACKAGE_SCHEME=rootless FINALPACKAGE=1This project is licensed under MIT.