From 1cbe08fef80985639afa7356497792f2370650c8 Mon Sep 17 00:00:00 2001 From: Edward George Date: Thu, 3 Jun 2010 00:05:44 +0100 Subject: Added formula: ifuse 1.0.0 ifuse is a fuse filesystem that allows you to mount the filesystem of an iPhone/iPod Touch. Signed-off-by: Adam Vandenberg --- Library/Formula/ifuse.rb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Library/Formula/ifuse.rb (limited to 'Library/Formula/ifuse.rb') diff --git a/Library/Formula/ifuse.rb b/Library/Formula/ifuse.rb new file mode 100644 index 000000000..4a14c51ab --- /dev/null +++ b/Library/Formula/ifuse.rb @@ -0,0 +1,23 @@ +require 'formula' + +class Ifuse