Reproducible dynamic XCFramework wrapper around the ML Kit modules used by OneLightApps Flutter applications. OCR and image-labeling models are embedded inside their owning framework so host applications need no resource-copy build phases.
./scripts/build_xcframework.shOutput: build/output/MLKitRuntime.xcframework.zip.
The host Swift package must link these products once:
GTMSessionFetcherCore3.5.0GULLoggerandGULUserDefaults8.1.0GoogleDataTransport10.1.0GoogleToolboxForMacfrom the matching ML Kit 9.0.0-1 binaries
These stay outside MLKitRuntime so applications that already use Firebase do
not receive a second embedded copy of the shared Google Objective-C classes.
- iOS device: arm64
- iOS Simulator: x86_64
The upstream ML Kit 9.0.0-1 binaries do not contain an arm64 simulator slice.