From d9c2ecc3e31870cb81c319574d640c84c35ac90d Mon Sep 17 00:00:00 2001 From: Keegan | W3F <35080151+keeganquigley@users.noreply.github.com> Date: Fri, 29 Sep 2023 11:45:46 -0400 Subject: [PATCH] Update swift_api_3_semuelle.md --- evaluations/swift_api_3_semuelle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluations/swift_api_3_semuelle.md b/evaluations/swift_api_3_semuelle.md index 601164bd6..461a27bf5 100755 --- a/evaluations/swift_api_3_semuelle.md +++ b/evaluations/swift_api_3_semuelle.md @@ -27,7 +27,7 @@ Overall, good inline comments, great docs, and library usage examples. The testing guide was very helpful. Test app runs nicely. Had to fix SDK path to run swift tests, [see here](https://github.com/w3f/Grant-Milestone-Delivery/pull/1002#issuecomment-1740060784). -Custom RPC calls, common API calls, signer, keychain, and batch extrinsics work as expected. Nice work! +Custom RPC calls, common API calls, signer, keychain, and batch extrinsics work as expected. Nice work! I hope to see this library eventually utilized by some native iOS apps. `CustomStaticConfig` successfully initializes with local node and completes a transfer.