Add fake iOS FFI XCFramework build

This commit is contained in:
Mikhail Kilin
2026-05-20 23:50:53 +03:00
parent 7bde72f715
commit c83d2a1354
6 changed files with 556 additions and 1 deletions

View File

@@ -10,8 +10,13 @@ repository = "https://github.com/your-username/tele-tui"
[lib]
crate-type = ["cdylib", "staticlib", "rlib"]
[features]
default = ["core-session"]
core-session = ["dep:tele-core"]
standalone-fake = []
[dependencies]
tele-core = { path = "../tele-core", features = ["test-support"] }
tele-core = { path = "../tele-core", features = ["test-support"], optional = true }
tokio = { version = "1", features = ["rt-multi-thread"] }
thiserror = "1.0"
uniffi = { version = "0.31.1", features = ["tokio"] }