From 38ef23620cf4f3a53b86c00eccccb20a7262ed54 Mon Sep 17 00:00:00 2001 From: Travis Long Date: Fri, 15 Jul 2022 14:51:19 -0500 Subject: [PATCH] Adding a uniffi.toml that is compatible with building the AppServices iOS megazord for Focus/Firefox iOS This will be used as a replacement for the existing uniffi.toml, to be swapped out as part of the megazord build process when the AppServices swift packages are bundled in rust-components-swift --- glean-core/megazord.uniffi.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 glean-core/megazord.uniffi.toml diff --git a/glean-core/megazord.uniffi.toml b/glean-core/megazord.uniffi.toml new file mode 100644 index 000000000..e3d807d92 --- /dev/null +++ b/glean-core/megazord.uniffi.toml @@ -0,0 +1,5 @@ +[bindings.swift] +ffi_module_name = "MozillaRustComponents" +ffi_module_filename = "gleanFFI" +generate_module_map = false +omit_argument_labels = true