Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

A drop-in replacement for GPGTools libmacgpg that disables the paywall (free MacGPG)

Notifications You must be signed in to change notification settings

bnavigator/libmacgpg-free

 
 

Repository files navigation

Libmacgpg-free

Libmacgpg-free is a drop-in-replacement for GPG Suite Libmacgpg removing the paywall.

Tested with GPG-Suite 2019.1, 2018.5 and 2018.4

Build

Clone the repository

git clone --recursive https://github.com/macgpg/libmacgpg-free
cd Libmacgpg-free

Build (newest version 2019.1)

make

Checkout an older tag if you wish to build for older versions

Install

  • Install the GPG Suite.
  • Build this library or download it.
  • Make sure the version of your downloaded GPGTools match the version of this library (see releases)
  • To replace the existing org.gpgtools.Libmacgpg:
sudo cp ./build/Release/org.gpgtools.Libmacgpg.xpc/Contents/MacOS/org.gpgtools.Libmacgpg /Library/Application\ Support/GPGTools/org.gpgtools.Libmacgpg.xpc/Contents/MacOS
sudo chmod 755 /Library/Application\ Support/GPGTools/org.gpgtools.Libmacgpg.xpc/Contents/MacOS/org.gpgtools.Libmacgpg

Restart your computer or at least restart the XPC org.gpgtools.Libmacgpg.xpc:

sudo launchctl stop org.gpgtools.Libmacgpg.xpc
sudo launchctl start org.gpgtools.Libmacgpg.xpc

...or eventully kill the org.gpgtools.Libmacgpg.xpc process.

About

A drop-in replacement for GPGTools libmacgpg that disables the paywall (free MacGPG)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 97.4%
  • HTML 2.3%
  • Other 0.3%