Skip to content

Libmacgpg is an Objective-C framework which makes it easy to communicate with gnupg

Notifications You must be signed in to change notification settings

GPGTools/Libmacgpg

Repository files navigation

Libmacgpg

Libmacgpg is an Objective-C framework which makes it easier to communicate with gnupg. It's the base framework for all apps and services of GPG Suite

Updates

The latest releases of Libmacgpg is part of GPG Suite and can be found on our official website.

For the latest news and updates check our Twitter.

If you have any questions how to use Libmacgpg in your own App, contact us on our support page.

Build

Clone the repository

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

Build

make

Install

To install Libmacgpg copy build/Release/Libmacgpg.framework to ~/Library/Frameworks/Libmacgpg.framework

cp -R ./build/Release/Libmacgpg.framework ~/Library/Frameworks/Libmacgpg.framework

If you're using GPGMail, follow these steps to install the xpc service helper.

cp ./build/org.gpgtools.Libmacgpg.xpc.plist ~/Library/LaunchAgents/

mkdir -p ~/Library/Application\ Support/GPGTools
cp ~/build/Release/org.gpgtools.Libmacgpg.xpc ~/Library/Application\ Support/GPGTools

launchctl unload ~/Library/LaunchAgents/org.gpgtools.Libmacgpg.xpc.plist
launchctl load -w ~/Library/LaunchAgents/org.gpgtools.Libmacgpg.xpc.plist

Enjoy your custom Libmacgpg.

System Requirements

  • Mac OS X >= 10.6
  • GnuPG v2.0.26

About

Libmacgpg is an Objective-C framework which makes it easy to communicate with gnupg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages