qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zetok Zalbavar 2acfeaf7c4
Change references to tox.im to tox.chat
10 years ago
..
.gitignore Merge commit '8934a11dbffce6b0611d97d5748668a5cdb8ba8a' as 'osx/updater' 11 years ago
README.md Merge commit '8934a11dbffce6b0611d97d5748668a5cdb8ba8a' as 'osx/updater' 11 years ago
qtox_sudo.m Merge commit '8934a11dbffce6b0611d97d5748668a5cdb8ba8a' as 'osx/updater' 11 years ago
updater.go Change references to tox.im to tox.chat 10 years ago

README.md

The qTox OS X updater is a mix of objective C and Go compiled as static binaries used do effortless updates in the background.

It uses Objective C to access Apples own security framework and call some long dead APIs in order to give the statically linked go updater permissions to install the latest build without prompting the user for every file.

  • Release commits: https://github.com/Tox/qTox_updater
  • Development commits: https://github.mit.edu/sean-2/updater

Compiling:

  • clang qtox_sudo.m -framework corefoundation -framework security -framework cocoa -Os -o qtox_sudo
  • go build updater.go

(Starting with this commit all commits will be signed with this key.)