| | | |

Fotogroep Waalre app v2.1

The Fotogroep Waalre app (called “Photo Club Waalre” in English) has a new version on the Apple App Store. Starting with v2.1.0 the app’s source code is now also available on a public GitHub repository. This was a matter of conforming to GitHub conventions (like having a markdown readme file). But it took quite some…

| | |

Git-Crypt

Git, Linus Torvald’s version control system, is pretty unescapable nowadays. I methodically installed Git in a basic Xcode Swift project, along with Git-Crypt. The latter allows you to encrypt certain of the files that you published using Git. Publishing source code while encrypting a file or two may sound like a strange combination. But it…