Skip to content

Commit

Permalink
add 0.0.20240929
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlbear committed Sep 30, 2024
1 parent f8a306e commit 972a197
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.20240928/TensorFlowLiteC.xcframework.zip", checksum: "60c0b66f46e802291fc6b0df1798f5972c685568300a2a9f70205491170efdb3"),
.binaryTarget(name: "TensorFlowLiteCCoreML", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240928/TensorFlowLiteCCoreML.xcframework.zip", checksum: "004b34b231d2c3cb81f750ccbd98d813f10f3cf8881af4e745b328a1857dca3e"),
.binaryTarget(name: "TensorFlowLiteCMetal", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240928/TensorFlowLiteCMetal.xcframework.zip", checksum: "3555a4cafbe3873ca1c8f2fa333ec9f0c1f10bb5fb056752ce3e1c36b4f839b2"),
.binaryTarget(name: "TensorFlowLiteC", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240929/TensorFlowLiteC.xcframework.zip", checksum: "582e58e22fbbd7239262cb2555a754a2aa4e277d308789903e32f18208359375"),
.binaryTarget(name: "TensorFlowLiteCCoreML", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240929/TensorFlowLiteCCoreML.xcframework.zip", checksum: "284aceadc0c36196d57eb708c39853a9aed298eb6ea4427a05b9711cf6bebf86"),
.binaryTarget(name: "TensorFlowLiteCMetal", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240929/TensorFlowLiteCMetal.xcframework.zip", checksum: "ee73ca0e6677debfe5909b3f9d872cf4e28a7265535e815a827c65228f8fe73c"),
.target(name: "Link",
linkerSettings: [.linkedLibrary("c++")]),
]
Expand Down

0 comments on commit 972a197

Please sign in to comment.