GPGTools / Libmacgpg

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Objective-C 99.8%Language:Rich Text Format 0.1%Language:Makefile 0.1%