Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Packages/Flextunnel/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down