Skip to content

GPGTools/GPGPreferences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2960a7a · Oct 23, 2022
May 15, 2017
Oct 31, 2021
Oct 31, 2021
Jun 2, 2016
Oct 31, 2021
Oct 23, 2022
Jan 17, 2013
Mar 2, 2015
Nov 7, 2019
Sep 26, 2011
Feb 21, 2015
Feb 20, 2015
Oct 23, 2022

Repository files navigation

GPGPreferences

GPGPreferences is used to set GPG releated preferences on your Mac.

Updates

The latest releases of GPGPreferences can be found on our official website.

For the latest news and updates check our Twitter.

Visit our support page if you have questions or need help setting up your system and using GPGPreferences.

Prerequisites

In order to use GPGPreferences you need to have GnuPG installed. You can either build your own version, use one from homebrew or find a packaged version for OS X at gpgtools.org

Build

Clone the repository

git clone https://github.com/GPGTools/GPGPreferences.git
cd GPGPreferences

Grab Dependencies

In order to communicate with GnuPG we use our own Objective-C framework called Libmacgpg. It's necessary to clone the Libmacgpg repository first, before building GPGPreferences.

cd Dependencies
git clone --recursive https://github.com/GPGTools/Libmacgpg.git
cd ..

Build

make

Install

Copy Libmacgpg.framework from Dependencies/Libmacgpg/build/Release/ to ~/Library/Frameworks.

After that copy the GPGPreferences.prefPane file from build/Release/GPGPreferences.prefPane to ~/Library/PreferencePanes/, re-start System Preferences and enjoy.

System Requirements

  • Mac OS X >= 10.6
  • Libmacgpg
  • GnuPG