From 8e92e7ed6d32e4b18489c3def1c21879d7611679 Mon Sep 17 00:00:00 2001 From: Edward George Date: Thu, 3 Jun 2010 00:05:44 +0100 Subject: [PATCH] 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 --- Formula/ifuse.rb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Formula/ifuse.rb diff --git a/Formula/ifuse.rb b/Formula/ifuse.rb new file mode 100644 index 0000000000..4a14c51ab9 --- /dev/null +++ b/Formula/ifuse.rb @@ -0,0 +1,23 @@ +require 'formula' + +class Ifuse