- Qt 5.11
- latest macOS
- latest XCode
- create folder ~/workspace
- install Qt in ~/workspace/Qt
- git clone this repo in ~/workspace/choupimaton
- Generating code signing files in Xcode
Sometimes, git push will not work because ssh is not working correctly on the macOS VM. To fix the issue, run
GIT_SSH_COMMAND="ssh -o IPQoS=throughput" git push