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

Parse "Mono Unity IL2CPP" correctly in platform runtime name #1742

Merged
merged 12 commits into from
Sep 1, 2022

Conversation

bitsandfoxes
Copy link
Contributor

@bitsandfoxes bitsandfoxes commented Jun 23, 2022

From the Unity perspective there are two different runtime descriptions to deal with:

  • Mono Runtime: Mono 6.13.0 (explicit/88268f9e785)
  • IL2CPP Runtime: Mono Unity IL2CPP (Jun 22 2022 18:13:02)

that now parse to

  • name = Mono and version = 6.13.0
  • name = Mono Unity IL2CPP and version =

I hope this works for non-unity space?

@mattjohnsonpint mattjohnsonpint enabled auto-merge (squash) September 1, 2022 00:36
@mattjohnsonpint mattjohnsonpint changed the title RuntimeInfo parsing IL2CPP Parse "Mono Unity IL2CPP" correctly in platform runtime name Sep 1, 2022
@mattjohnsonpint mattjohnsonpint enabled auto-merge (squash) September 1, 2022 00:39
@mattjohnsonpint mattjohnsonpint merged commit 1bc3869 into main Sep 1, 2022
@mattjohnsonpint mattjohnsonpint deleted the fix/runtimeinfo-il2cpp branch September 1, 2022 01:06
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.

4 participants