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
This commit is contained in:
Travis Long 2022-07-15 14:51:19 -05:00
Родитель 000224bc3e
Коммит 38ef23620c
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,5 @@
[bindings.swift]
ffi_module_name = "MozillaRustComponents"
ffi_module_filename = "gleanFFI"
generate_module_map = false
omit_argument_labels = true