Skip to content

Commit a0f5e72

Browse files
committed
add 0.0.20220724
1 parent ad62264 commit a0f5e72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ let package = Package(
1616
),
1717
],
1818
targets: [
19-
.binaryTarget(name: "TensorFlowLiteC", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20220723/TensorFlowLiteC.xcframework.zip", checksum: ""),
20-
.binaryTarget(name: "TensorFlowLiteCCoreML", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20220723/TensorFlowLiteCCoreML.xcframework.zip", checksum: ""),
21-
.binaryTarget(name: "TensorFlowLiteCMetal", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20220723/TensorFlowLiteCMetal.xcframework.zip", checksum: ""),
19+
.binaryTarget(name: "TensorFlowLiteC", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20220724/TensorFlowLiteC.xcframework.zip", checksum: ""),
20+
.binaryTarget(name: "TensorFlowLiteCCoreML", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20220724/TensorFlowLiteCCoreML.xcframework.zip", checksum: ""),
21+
.binaryTarget(name: "TensorFlowLiteCMetal", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20220724/TensorFlowLiteCMetal.xcframework.zip", checksum: ""),
2222
.target(name: "Link",
2323
linkerSettings: [.linkedLibrary("c++")]),
2424
]

0 commit comments

Comments
 (0)