Releases: WithAutonomi/ant-swift
Releases · WithAutonomi/ant-swift
Release list
v0.0.3
v0.0.2
What's new
Client.connectFromDevnetManifest(path:)— connect to a locally running devnet by pointing at the JSON manifest the devnet writes on startup. Reads bootstrap peers, EVM RPC URL + contract addresses, and the funded wallet private key. Suitable for development and testing only.
Verified
End-to-end chunk round-trip against a local devnet smoke-tested on:
- macOS arm64 (host)
- iOS Simulator 26.5 (arm64)
Compatibility
Same platforms as v0.0.1 (iOS 16+ / macOS 13+). No breaking changes — just a new constructor.
v0.0.1
Initial release. UniFFI-based in-process Swift bindings for the Autonomi network.
Bundled AntFfi.xcframework.zip slices:
- ios-arm64 (iPhone / iPad device)
- ios-arm64-simulator (Apple Silicon Mac iOS Simulator)
- macos-arm64 (Apple Silicon macOS)
Built against ant-core (snapshot in ant-sdk on tag day).