daylen / stockfish-mac

Beautiful, powerful chess app for the Mac
http://stockfishchess.org/mac/
GNU General Public License v3.0
506 stars 116 forks source link

Recompile with latest engine version #36

Closed caesss closed 6 years ago

caesss commented 6 years ago

More of a question. I'm more familiar with Xcode and Swift Programming, I was able to run a build of your code but I'm wondering how I can properly replace the engines you have and update them with the latest builds and recompile your code. I was trying the simple replace binaries but the file names don't match. So where in your code are you calling these from? or is it a setting import in xcode?

caesss commented 6 years ago

I think I figured I found it. /Stockfish/SFMUCIEngine.m

Thank you anyway.