update ios scripts to not clone dependencies at build time (#25)

* update ios scripts to not clone dependencies at runtime
* fix ios build scripts
This commit is contained in:
cyan
2024-08-01 12:58:41 +02:00
committed by GitHub
parent 0737e1a7a1
commit f2e150bf89
15 changed files with 54 additions and 81 deletions

19
.gitmodules vendored
View File

@@ -13,4 +13,21 @@
url = https://github.com/leetal/ios-cmake
[submodule "external/wownero-seed"]
path = external/wownero-seed
url = https://github.com/wownero-mirror/wownero-seed
url = https://github.com/wownero-mirror/wownero-seed
[submodule "external/Apple-Boost-BuildScript"]
path = external/Apple-Boost-BuildScript
url = https://github.com/cake-tech/Apple-Boost-BuildScript.git
branch = build
[submodule "external/OpenSSL-for-iPhone"]
path = external/OpenSSL-for-iPhone
url = https://github.com/x2on/OpenSSL-for-iPhone.git
[submodule "external/libsodium"]
path = external/libsodium
url = https://github.com/jedisct1/libsodium.git
[submodule "external/unbound"]
path = external/unbound
url = https://github.com/NLnetLabs/unbound.git
branch = release-1.16.2
[submodule "external/libzmq"]
path = external/libzmq
url = https://github.com/zeromq/libzmq