From f48660f344d5c5e6a6022daa8a7fe01d8e98304a Mon Sep 17 00:00:00 2001 From: David Caseria Date: Thu, 25 Sep 2025 13:59:01 -0400 Subject: [PATCH] Make Uniffi Records Codable in Swift (#1125) --- crates/cdk-ffi/uniffi.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/cdk-ffi/uniffi.toml b/crates/cdk-ffi/uniffi.toml index 7b95d596..31cb7cb4 100644 --- a/crates/cdk-ffi/uniffi.toml +++ b/crates/cdk-ffi/uniffi.toml @@ -8,3 +8,5 @@ cdylib_name = "cdk_ffi" [bindings.swift] module_name = "CashuDevKit" cdylib_name = "cdk_ffi" +generate_codable_conformance = true +generate_immutable_records = true