From 52288dc4f4abe49a4a2402677e807e9264e3f30c Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 20 Sep 2023 16:56:06 -0600 Subject: [PATCH 1/2] ios rust targets updates/checks --- scripts/ios/build_all.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/ios/build_all.sh b/scripts/ios/build_all.sh index 9f1f38252..5ff7cb2f4 100755 --- a/scripts/ios/build_all.sh +++ b/scripts/ios/build_all.sh @@ -6,6 +6,10 @@ set -e source ../rust_version.sh set_rust_to_1680 +# ensure ios rust triples are there +rustup target add aarch64-apple-ios +rustup target add x86_64-apple-ios + (cd ../../crypto_plugins/flutter_liblelantus/scripts/ios && ./build_all.sh ) & (cd ../../crypto_plugins/flutter_libepiccash/scripts/ios && ./build_all.sh ) & (cd ../../crypto_plugins/flutter_libmonero/scripts/ios/ && ./build_all.sh ) & @@ -15,3 +19,7 @@ echo "Done building" # set rust (back) to a more recent stable release to allow stack wallet to build tor set_rust_to_1720 + +# ensure ios rust triples are there +rustup target add aarch64-apple-ios +rustup target add x86_64-apple-ios From e827ead3fb684cfb1c6056d56fa383239e1b1d7c Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 20 Sep 2023 17:13:36 -0600 Subject: [PATCH 2/2] update monero ref --- crypto_plugins/flutter_libmonero | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto_plugins/flutter_libmonero b/crypto_plugins/flutter_libmonero index 8a46a5d09..34a200020 160000 --- a/crypto_plugins/flutter_libmonero +++ b/crypto_plugins/flutter_libmonero @@ -1 +1 @@ -Subproject commit 8a46a5d0984cf7fbc1ce5d77cbb74dc6933da59c +Subproject commit 34a20002095cda70b81460d2aa4654a8280fbf0c