Stash 3rd-party components to make more space for them. Unified version supporting iOS 9.2 -- 10.3.4.
The project uses Theos and builds inside a container so no local iOS toolchain is required.
# One-step build
docker compose up --build
# Or manually
docker build -t stash-build -f Containerfile .
docker run --rm -v "$PWD:/build:Z" stash-build# One-step build
podman-compose up --build
# Or manually
podman build -t stash-build -f Containerfile .
podman run --rm -v "$PWD:/build:Z" stash-buildThe .deb package is written to packages/.
Install Theos (includes toolchain and SDK):
bash -c "$(curl -fsSL https://raw.githubusercontent.com/theos/theos/master/bin/install-theos)"Install the iPhoneOS 10.3 SDK (required by the project):
$THEOS/bin/install-sdk iPhoneOS10.3Then build:
make package FINALPACKAGE=1