MAC Steam API not working

I’m using Unreal Engine 4.10.4 and I was able to deploy a windows build to the Steam server and the Steam API works (I can get achievements, look at the games fps, shift+tab to look at friends, etc).

Now I’m working on the MAC build and I’ve been struggling for the past couple hours to get the Steam API working. It seems I need to put libsteam_api.dylib somewhere in my game.app folder.

I tried putting this file everywhere (including the MacoOS folder in the image) and even created the path /Contents/UE4/Engine/Binaries/ThirdParty/Steamworks/Steamv132/osx32/libsteam_api.dylib

Nothing seems to work. If someone can point me in the right direction I would be super grateful!