Use DERIVED_FILE_DIR instead of symlinks for force_load path. Symlinks in PODS_TARGET_SRCROOT fail when installed from pub cache because Xcode validates build inputs before script phases run. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
612 B
YAML
26 lines
612 B
YAML
name: tsnet_flutter
|
|
description: Embed Tailscale's tsnet in Flutter apps. Provides a userspace WireGuard tunnel with a localhost TCP proxy — no VPN entitlement needed on iOS.
|
|
version: 0.1.1
|
|
homepage: https://github.com/svrnty/tsnet_flutter
|
|
repository: https://github.com/svrnty/tsnet_flutter
|
|
issue_tracker: https://github.com/svrnty/tsnet_flutter/issues
|
|
|
|
environment:
|
|
sdk: ^3.10.1
|
|
flutter: '>=3.10.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
ios:
|
|
pluginClass: TsnetFlutterPlugin
|