From 97353d79af24c75fe8b6c507b3b6ed8274850f1e Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Wed, 23 Oct 2024 12:02:10 +0200 Subject: update gitmodules --- .gitmodules | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitmodules b/.gitmodules index 647a4dc..a053feb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,36 +2,52 @@ path = monero url = https://github.com/monero-project/monero branch = release-v0.18 + shallow = true [submodule "wownero"] path = wownero url = https://codeberg.org/wownero/wownero + shallow = true [submodule "external/polyseed"] path = external/polyseed url = https://github.com/tevador/polyseed + shallow = true [submodule "external/ios-cmake"] path = external/ios-cmake url = https://github.com/leetal/ios-cmake + shallow = true [submodule "external/wownero-seed"] path = external/wownero-seed url = https://github.com/wownero-mirror/wownero-seed + shallow = true [submodule "external/Apple-Boost-BuildScript"] path = external/Apple-Boost-BuildScript url = https://github.com/cake-tech/Apple-Boost-BuildScript.git branch = build + shallow = true [submodule "external/OpenSSL-for-iPhone"] path = external/OpenSSL-for-iPhone url = https://github.com/MrCyjaneK/OpenSSL-for-iPhone.git + shallow = true [submodule "external/libsodium"] path = external/libsodium url = https://github.com/jedisct1/libsodium.git branch = stable + shallow = true [submodule "external/unbound"] path = external/unbound url = https://github.com/NLnetLabs/unbound.git branch = release-1.16.2 + shallow = true [submodule "external/libzmq"] path = external/libzmq url = https://github.com/zeromq/libzmq + shallow = true [submodule "external/libexpat"] path = external/libexpat url = https://github.com/libexpat/libexpat.git + shallow = true +[submodule "external/icu4c-ios"] + path = external/icu4c-ios + url = https://github.com/MrCyjaneK/icu4c-ios.git + branch = master + shallow = true -- cgit v1.2.3