frcaton / mtga-tracker-daemon

A server for getting data from MTG Arena process through http requests
GNU General Public License v3.0
17 stars 2 forks source link

trying to make it work on macos #12

Open mogui opened 11 months ago

mogui commented 11 months ago

I know it's not directly supported but I'm trying to figure out how to make it work, since i saw in code there are several things already started towards it.

One critical point I am missing is that UNitySpy needs to work this dylib

<ItemGroup>
    <BundleResource Include="../macos.dylib" />
  </ItemGroup>

What the heck is that? it's not a system library it' something built form where? can anyone help me out?

frcaton commented 11 months ago

This project is only for MTGA process. Sadly, the MacOS version is built with il2cpp. So this won't work on MacOS. If you want to add support to il2cpp on mac go directly to the base project https://github.com/hackf5/unityspy. If you get it to work on il2cpp then we can add it here, by rebasing the project again with UnitySpy.