summaryrefslogtreecommitdiff
path: root/external/ios
AgeCommit message (Collapse)Author
2024-08-01update ios scripts to not clone dependencies at build time (#25)cyan
* update ios scripts to not clone dependencies at runtime * fix ios build scripts
2024-06-18improve ios buildCzarek Nakamoto
2024-06-02remove -n: overwrite existing files (#5)sneurlax
2024-04-25wownero-seed supportCzarek Nakamoto
2024-04-19iOS build: do not fail due to mv: Directory not emptysneurlax
2024-04-12fix openssl script re: previous commitsneurlax
forgot to remove this one line. Interestingly, Windows built fine with it, whereas iOS threw.
2024-04-12do not fail if repo already existssneurlax
build_single.sh will fail on Windows (WSL2) due to `git clone` if we already did a `git submodule update --init --recursive`
2024-04-02feat: iOS buildsv0.18.3.3-RC15Czarek Nakamoto
includes patches to - randomx: https://github.com/tevador/RandomX/pull/294 - randomwow: https://git.wownero.com/wownero/RandomWOW/pulls/2