Unlike stable or beta releases, bleeding-edge builds are not cryptographically signed nor will they auto-update. If you see a warning about the lack of a code signature, this is expected and you will need to bypass it by ctrl+clicking the application and selecting open, followed by open again.
Bleeding-edge builds are built automatically when new code is submitted to the code repository.
The current status of the master
branch build is:
To get back to using the latest beta or latest stable release, just delete the application and re-download it from the website.
Bugfixes or new features are very welcome. Please create an issue with the patch attached or create a pull request on GitHub.
First of all, you will need to have cmake and the latest version of Xcode.
If you have homebrew you can install cmake withbrew install cmake
and the latest version of Xcode can be obtained from the Mac App Store.
After checking out the code, run the following to build the required libraries:
./build-patchdeps.sh ./build-deps.sh
Now you can open dokibox.xcodeproj
and just build it in Xcode as usual.
More detailed information on the procedure for reporting bugs is available on the support page.