Add known Mac Mono builds - #156
Open
ero-qt wants to merge 30 commits into
Open
Conversation
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on #155.
Part of #154.
Adds 6000.5.10f1 with the offsets measured from it. A Mac game running that build now uses them instead of offsets guessed from the Unity version. asr has read the Mach-O UUID since #142, but nothing consulted it until now.
A Mac library holds a slice per architecture, each linked separately with its own UUID, so the build is keyed by both. Both slices measured the same, so they share one set of offsets.
The Mach-O tables stay empty. One build says nothing about the versions a table stands in for, and a test keeps them silent about every member a measurement could fill. They can grow when someone measures a Mac build from another part of the range.
@AlexKnauth measured this one, since I don''t have a Mac.