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

@@ -18,6 +18,12 @@ The script builds `target/release/libtele_ios_ffi.a` and writes Swift sources,
headers, a Swift typecheck-friendly `tele_ios_ffiFFI` module map, and an
XCFramework-compatible module map under `build/ios-ffi/`.
Build the fake-only iOS simulator XCFramework without linking TDLib:
```bash
DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer scripts/build-ios-fake-ffi-xcframework.sh
```
Current linking status:
- Xcode is installed at `/Applications/Xcode.app`, and `DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer xcodebuild -version` reports Xcode 26.5.