Skip to content

Instantly share code, notes, and snippets.

View rushiiMachine's full-sized avatar

rushii rushiiMachine

View GitHub Profile
#!/bin/bash
SDK_VERSION="14.5"
TARGET_IOS_VERSION="14"
LLVM_PATH="$HOME/opt/llvm-15.0.6" # only llvm 15 worked for me
cd "$(dirname "$0")/dobby"
rm -rf build || true
export PATH="$LLVM_PATH/bin:$THEOS/toolchain/linux/iphone/bin:$PATH"