Works out of the box!
See below installation instructions
Before installing FE Infinity on Mac, you'll need to install some prerequisites:
Homebrew is a package manager for macOS that makes it easy to install software.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Python is needed for running the game engine, and Wine allows running Windows applications on macOS.
brew install python wine