d-date / google-mlkit-swiftpm

Google MLKit for iOS in Swift Package Manager
Apache License 2.0
92 stars 21 forks source link

Fix checksums of binary targets #36

Closed diplay closed 3 months ago

diplay commented 4 months ago

Swift package manager says that checksums of binary targets differ from ones described in Package.swift file

$ swift package compute-checksum GoogleToolboxForMac.xcframework.zip
5aaf5516c7449a4fc5e781d230911c191c22bd16841beacf0f838ac4d6e8ca54
$ swift package compute-checksum GoogleUtilitiesComponents.xcframework.zip
d910d8266722124f18f4e1a836c6d131fef80694bf71b5e0f0554d658d026880
$ swift package compute-checksum MLImage.xcframework.zip
597265ea8e5564c75395648a4a17a04ea13580b72ad3e89a54e421e270a80aa2
$ swift package compute-checksum MLKitBarcodeScanning.xcframework.zip
154dee7e26c9ca03a64ed9d849580ab66363a83c39129d251fbb8c4e9f1aeb32
$ swift package compute-checksum MLKitCommon.xcframework.zip
c76791cf2f6c2dd358006feb85244d4ba482c148efcdd2d299309c7429957c94
$ swift package compute-checksum MLKitFaceDetection.xcframework.zip
72143f113edad9b74a8aa0e3981936f81ff201cf8b008e072d1f0c57d9001bbb
$ swift package compute-checksum MLKitVision.xcframework.zip
95ab22cca75959505e5a5be31cf10389ceaca01b66297380f4ca65f2689a5495

Xcode refuses to install dependencies when checksum is wrong and this PR will fix the installation

diplay commented 4 months ago

Also updated GoogleUtilities to version 7.13.1 because of issue https://github.com/google/GoogleUtilities/issues/146