From 2807f05aafe829e942f0c945ab914c0830652f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=20Mun=CC=83oz?= Date: Wed, 28 Jan 2009 10:31:45 +0100 Subject: [PATCH] Added Rakefile, so you can compile & upgrade the plugin by running 'rake' on the directory --- Rakefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Rakefile diff --git a/Rakefile b/Rakefile new file mode 100644 index 00000000..7f12dfba --- /dev/null +++ b/Rakefile @@ -0,0 +1,3 @@ +task :default do + system('xcodebuild -configuration Release && rm -Rf "$HOME/Library/Internet Plug-Ins/ClickToFlash.plugin" && cp -R build/Release/ClickToFlash.plugin "$HOME/Library/Internet Plug-Ins/"') +end \ No newline at end of file