From e79fef00235f52be8c9b4bd54e9d20c4482707b2 Mon Sep 17 00:00:00 2001 From: Edward George Date: Wed, 2 Jun 2010 21:13:39 +0100 Subject: [PATCH] Added libplist 1.3. A library to handle Apple Property List formats. Signed-off-by: Adam Vandenberg --- Formula/libplist.rb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Formula/libplist.rb diff --git a/Formula/libplist.rb b/Formula/libplist.rb new file mode 100644 index 00000000000..81d721ada70 --- /dev/null +++ b/Formula/libplist.rb @@ -0,0 +1,22 @@ +require 'formula' + +class Libplist