Skip to content

Commit afa28d7

Browse files
committed
add 0.0.20220606
1 parent 53d752a commit afa28d7

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.20220605/TensorFlowLiteC.xcframework.zip", checksum: ""),
20-
.binaryTarget(name: "TensorFlowLiteCCoreML", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20220605/TensorFlowLiteCCoreML.xcframework.zip", checksum: ""),
21-
.binaryTarget(name: "TensorFlowLiteCMetal", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20220605/TensorFlowLiteCMetal.xcframework.zip", checksum: ""),
19+
.binaryTarget(name: "TensorFlowLiteC", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20220606/TensorFlowLiteC.xcframework.zip", checksum: ""),
20+
.binaryTarget(name: "TensorFlowLiteCCoreML", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20220606/TensorFlowLiteCCoreML.xcframework.zip", checksum: ""),
21+
.binaryTarget(name: "TensorFlowLiteCMetal", url: "https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20220606/TensorFlowLiteCMetal.xcframework.zip", checksum: ""),
2222
.target(name: "Link",
2323
linkerSettings: [.linkedLibrary("c++")]),
2424
]

0 commit comments

Comments
 (0)