Skip to content

Commit 2c3e97b

Browse files
Release v0.19.6: Fix remote SPM with versioned macOS framework structure
- Framework-format xcframeworks for proper SPM linker flag propagation - Versioned macOS framework structure (Versions/A/ with symlinks) - Flat iOS framework structure (standard) - Fixes undefined symbol errors on both iOS and macOS remote SPM builds Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7873917 commit 2c3e97b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ let useLocalBinaries = false // Toggle: true for local dev, false for release
4141

4242
// Version for remote XCFrameworks (used when testLocal = false)
4343
// Updated automatically by CI/CD during releases
44-
let sdkVersion = "0.19.5"
44+
let sdkVersion = "0.19.6"
4545

4646
// RAG binary is only available in local dev mode until the release artifact is published.
4747
// In remote mode, the RAG xcframework zip + checksum don't exist yet, so including the
@@ -358,7 +358,7 @@ func binaryTargets() -> [Target] {
358358
.binaryTarget(
359359
name: "ONNXRuntimeiOSBinary",
360360
url: "https://github.com/RunanywhereAI/runanywhere-sdks/releases/download/v\(sdkVersion)/onnxruntime-ios-v\(sdkVersion).zip",
361-
checksum: "c0605841898d3f9e337010f4e5d25d12a905a32361725b0345579cba1f8b27e2"
361+
checksum: "310022d76a16b2d2d106577a1aa84a9e608c721bb6221c4ba47bf962a88bd9fd"
362362
),
363363
.binaryTarget(
364364
name: "ONNXRuntimemacOSBinary",

sdk/runanywhere-swift/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.19.5
1+
0.19.6

0 commit comments

Comments
 (0)