From b834626074f30a9464ecf18025efc4d07ebba9ce Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Mon, 31 Aug 2026 21:51:31 -0700 Subject: [PATCH] Bump flextunnel core to v0.0.69 (client endpoint rebuild on reconnect failures) Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01UA6a2mvmPMsnymfox6nK7K --- Packages/Flextunnel/Package.swift | 4 ++-- project.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Packages/Flextunnel/Package.swift b/Packages/Flextunnel/Package.swift index fa34b3c..113ee2c 100644 --- a/Packages/Flextunnel/Package.swift +++ b/Packages/Flextunnel/Package.swift @@ -26,8 +26,8 @@ func localBinaryTarget() -> Target? { let binaryTarget = localBinaryTarget() ?? .binaryTarget( name: "libflextunnel", - url: "https://github.com/flexaccessdev/flextunnel/releases/download/v0.0.68/libflextunnel-ios.xcframework.zip", - checksum: "c2db5114139cfad5cbb096ce6baa10c5285092136e0aa6b223fb9b24a648db6d" + url: "https://github.com/flexaccessdev/flextunnel/releases/download/v0.0.69/libflextunnel-ios.xcframework.zip", + checksum: "3d3bf6495af058d725622cc76c25ebd3f3d9a8caa4a9254b068d48f248bfbca8" ) let package = Package( diff --git a/project.yml b/project.yml index b11eda1..1db2a30 100644 --- a/project.yml +++ b/project.yml @@ -104,7 +104,7 @@ targets: # rewrites this alongside the url+checksum in Package.swift, so the two # cannot drift; a local FFI build (FLEXTUNNEL_LOCAL_XCFRAMEWORK) still # shows the pinned number, since the local artifact carries none. - FLEXTUNNEL_CORE_VERSION: "0.0.68" + FLEXTUNNEL_CORE_VERSION: "0.0.69" SWIFT_OBJC_BRIDGING_HEADER: Sources/FlextunnelApp/Bridging-Header.h # No HEADER_SEARCH_PATHS needed: SPM puts the binary target's embedded # Headers/ dir on the consumer's search path, so the bridging header's