Skip to content

Instantly share code, notes, and snippets.

@cod3monk
Created July 17, 2019 21:27
Show Gist options
  • Save cod3monk/14648973e155fc1dcc1a2ceada78c2e5 to your computer and use it in GitHub Desktop.
Save cod3monk/14648973e155fc1dcc1a2ceada78c2e5 to your computer and use it in GitHub Desktop.
How to build GPGMail without Trial/License Foo

Instructions for Mojave:

  1. Go to https://gpgtools.org/ and download the source code or checkout the mojave branch from [email protected]:GPGTools/GPGMail.git
  2. Open GPGMail/GPGMail.xcodeproj with XCode and do not convert
  3. File -> Project Preferences -> Shared Project Settings -> Build System, set to Legacy Build System
  4. Navigate to GPGMail/Classes/Logic/GPGMailBundle.m, hasActiveContractOrActiveTrial and add make it to always return true
  5. Build
  6. Restart Mail.app
  7. in Mail go to Mail -> Preferences -> General -> Manage Plug-Ins... and enable GPGMail.mailbundle
  8. Apply and restart...

If you can afford it, pay them. Please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment