Skip to content

Commit 14da91b

Browse files
author
Daiki Matsudate
committed
Fix version
Signed-off-by: Daiki Matsudate <d.matsudate@gmail.com>
1 parent f027003 commit 14da91b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Package.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,37 +24,37 @@ let package = Package(
2424
.binaryTarget(
2525
name: "MLImage",
2626
url:
27-
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/5.0.0/MLImage.xcframework.zip",
27+
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/4.0.0/MLImage.xcframework.zip",
2828
checksum: "fdb7f37e0f06e4f9e76538b6f590c5faaf5119f436300eee19f3e1fac6df8c28"),
2929
.binaryTarget(
3030
name: "MLKitBarcodeScanning",
3131
url:
32-
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/5.0.0/MLKitBarcodeScanning.xcframework.zip",
32+
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/4.0.0/MLKitBarcodeScanning.xcframework.zip",
3333
checksum: "6a71b5bab6a4327693b6773c4f87252809c591b77795b89785fc108f21c7230f"),
3434
.binaryTarget(
3535
name: "MLKitCommon",
3636
url:
37-
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/5.0.0/MLKitCommon.xcframework.zip",
37+
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/4.0.0/MLKitCommon.xcframework.zip",
3838
checksum: "6a03f89f6ea07d337ff76768742d3cc68d8f22ab2b13e3063e1b459767873c8d"),
3939
.binaryTarget(
4040
name: "MLKitFaceDetection",
4141
url:
42-
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/5.0.0/MLKitFaceDetection.xcframework.zip",
42+
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/4.0.0/MLKitFaceDetection.xcframework.zip",
4343
checksum: "4891acc667c8dea3916eae2b68287ba8ea42ca58d3724620ba7f0f873f443473"),
4444
.binaryTarget(
4545
name: "MLKitVision",
4646
url:
47-
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/5.0.0/MLKitVision.xcframework.zip",
47+
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/4.0.0/MLKitVision.xcframework.zip",
4848
checksum: "f6267eff61383b5fd23dabd9933a8a62cb0321f2c4a6d1b20857613c68627464"),
4949
.binaryTarget(
5050
name: "GoogleToolboxForMac",
5151
url:
52-
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/5.0.0/GoogleToolboxForMac.xcframework.zip",
52+
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/4.0.0/GoogleToolboxForMac.xcframework.zip",
5353
checksum: "2abfacd937f3ca198751ea540e247c6c89a31830bb420a831c5db8963b26ddd1"),
5454
.binaryTarget(
5555
name: "GoogleUtilitiesComponents",
5656
url:
57-
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/5.0.0/GoogleUtilitiesComponents.xcframework.zip",
57+
"https://github.com/d-date/google-mlkit-swiftpm/releases/download/4.0.0/GoogleUtilitiesComponents.xcframework.zip",
5858
checksum: "fb1990dc1a3b76038af056b224c25e8fae08211b8a8b42cb0dc024869ad42088"),
5959
.target(
6060
name: "Common",

0 commit comments

Comments
 (0)