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