Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | Sync .app bundle timestamp during build | Dominic Evans | |
Fixes #1717. | |||
2018-10-03 | Make the macOS bundle compatible osx 10.12 | Matthias Bussonnier | |
On macOS 10.12.6, running `make app` creates a bundle that refuses to start (it complains application is only compatible with more recent versions of macOS). The binary works great when running it directly. To resolve this, the `MACOSX_DEPLOYMENT_TARGET` environment variable is now set automatically from the makefile. This allows building on macOS 10.12 and earlier, without negatively impacting the later versions of macOS. | |||
2018-06-26 | Make compilation of binary a phony target | Craig Furman | |
2017-03-06 | Add tiny wrapper to start from '$HOME' | Semyon Pisarev | |
2017-03-06 | Add install target | Semyon Pisarev | |
2017-03-06 | Updated Makefile to put binary in subdir | Petter Uvesten | |
2017-03-06 | Add Makefile and .app | Semyon Pisarev | |