From b36705841effcbd1335c69b16cdac29efd030514 Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Mon, 11 May 2026 21:45:15 -0700 Subject: [PATCH] ios: use prebuilt frostdart lib (drops frostdart Rust version pin) --- .github/workflows/build.yaml | 5 ----- crypto_plugins/frostdart | 2 +- scripts/ios/download_all.sh | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 892dc88ac..01ec83304 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -387,11 +387,6 @@ jobs: echo "version=${VERSION}" >> $GITHUB_OUTPUT echo "build_number=${BUILD_NUMBER}" >> $GITHUB_OUTPUT - - uses: dtolnay/rust-toolchain@master - with: - toolchain: '1.71.0' - targets: aarch64-apple-ios - - uses: dtolnay/rust-toolchain@master with: toolchain: stable diff --git a/crypto_plugins/frostdart b/crypto_plugins/frostdart index 0f9536e78..005ec2755 160000 --- a/crypto_plugins/frostdart +++ b/crypto_plugins/frostdart @@ -1 +1 @@ -Subproject commit 0f9536e78ee5f0dcd000a054843a8274d94b0003 +Subproject commit 005ec2755b7d7c90da907e32f398b98938c3f960 diff --git a/scripts/ios/download_all.sh b/scripts/ios/download_all.sh index 714531e9f..30259dd48 100755 --- a/scripts/ios/download_all.sh +++ b/scripts/ios/download_all.sh @@ -10,7 +10,7 @@ PLUGINS_DIR=../../crypto_plugins (cd "${PLUGINS_DIR}"/flutter_libmwc/scripts/ios && ./download.sh) -# frostdart iOS is built from source by Cargokit at pod install time +(cd "${PLUGINS_DIR}"/frostdart/scripts/ios && ./download.sh) wait echo "Done"