Skip to content

Commit

Permalink
add 0.0.20250223
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlbear committed Feb 24, 2025
1 parent b4130c5 commit bb93508
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ let package = Package(
),
],
targets: [
.binaryTarget(name: "TensorFlowLiteC", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250222/TensorFlowLiteC.xcframework.zip", checksum: "f439cb880ad19d5deac13ff9b6c7377f9c4565c744d98f7c5a7187616e1b0db0"),
.binaryTarget(name: "TensorFlowLiteCCoreML", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250222/TensorFlowLiteCCoreML.xcframework.zip", checksum: "f87f104e252d05d4272ffa51fc1c0e86dc32bfe5f32269ca3049063d8676772c"),
.binaryTarget(name: "TensorFlowLiteCMetal", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250222/TensorFlowLiteCMetal.xcframework.zip", checksum: "10d70048d59dd5d1d1c4a2c410f411b748e9f351ac782e98f8831a3c6eb64dcc"),
.binaryTarget(name: "TensorFlowLiteC", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250223/TensorFlowLiteC.xcframework.zip", checksum: "41b53cba5a7fd78b8f17ba9d2d457fa800e5228fa6dcc4a36dff7e98d3577b68"),
.binaryTarget(name: "TensorFlowLiteCCoreML", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250223/TensorFlowLiteCCoreML.xcframework.zip", checksum: "b009b2411368664266daf8df9de0fc2199c0c4fb716294401ff37c4da65296af"),
.binaryTarget(name: "TensorFlowLiteCMetal", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250223/TensorFlowLiteCMetal.xcframework.zip", checksum: "c8b9c1c35a1b27ce3158ec4d4c9d8de0ee146c6ebeca19a6cfcafeee2cac40c0"),
.target(name: "Link",
linkerSettings: [.linkedLibrary("c++")]),
]
Expand Down

0 comments on commit bb93508

Please sign in to comment.