Hi, the MacOS wallet will not open, because it's missing QT framework (and boost but brew can solve that).
dyld: Library not loaded: /usr/local/opt/boost/lib/libboost_system.dylib
Referenced from: /Users/name/Downloads/giro_2_0_4_mac/./giro-qt
Reason: image not found
Abort trap: 6
Solved with: brew install boost
dyld: Library not loaded: /usr/local/opt/qt/lib/QtNetwork.framework/Versions/5/QtNetwork
Referenced from: /Users/name/Downloads/giro_2_0_4_mac/./giro-qt
Reason: image not found
Abort trap: 6
Think you have to package it to make it work on Macs without devtools installed.
If someone didn't get it, follow this steps:
1. Install brew from brew.sh
2. Run in terminal "brew install autoconf automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf qt5"
3. Run qt wallet from terminal