- macOS plugin: Swift bridge + universal xcframework (arm64 + x86_64) - macOS podspec with direct force_load (no script phase needed — single slice) - Make TailscaleStart() idempotent — return success if already started - Document macOS entitlements (network.client + network.server) - Build script: ./build_go.sh [ios|macos|all] Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
802 B
Markdown
21 lines
802 B
Markdown
## 0.2.0
|
|
|
|
- Add macOS support (arm64 + x86_64 universal binary)
|
|
- Make `start()` idempotent — calling it when already started returns success
|
|
- Document macOS entitlement requirements (network.client + network.server)
|
|
- Build script now supports `./build_go.sh [ios|macos|all]`
|
|
|
|
## 0.1.1
|
|
|
|
- Fix: xcframework linking when installed from pub.dev (use DERIVED_FILE_DIR instead of symlinks)
|
|
|
|
## 0.1.0
|
|
|
|
- Initial release
|
|
- iOS support (arm64 device + simulator)
|
|
- `start()` / `stop()` — join/leave a Tailnet with an auth key
|
|
- `startProxy()` / `stopProxy()` — localhost TCP proxy through WireGuard tunnel
|
|
- `status()` / `tailscaleIP()` — query Tailscale connection state
|
|
- Built with `go build -buildmode=c-archive` (production Go approach)
|
|
- No VPN entitlement required — uses userspace netstack
|