Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix checksums of binary targets #36

Merged
merged 2 commits into from
May 7, 2024
Merged

Fix checksums of binary targets #36

merged 2 commits into from
May 7, 2024

Conversation

diplay
Copy link
Contributor

@diplay diplay commented Apr 15, 2024

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
Copy link
Contributor Author

diplay commented Apr 17, 2024

Also updated GoogleUtilities to version 7.13.1 because of issue google/GoogleUtilities#146

Copy link
Owner

@d-date d-date left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@d-date d-date merged commit 39257f6 into d-date:main May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants