From c0e67b25782d5944e890f078f1c9c9a73a810192 Mon Sep 17 00:00:00 2001 From: rentzsch Date: Tue, 5 May 2009 11:54:11 -0500 Subject: [PATCH] [FIX] "Install plugin for user" Xcode target shell script: http://rentzsch.lighthouseapp.com/projects/24342/tickets/153 --- ClickToFlash.xcodeproj/project.pbxproj | 2 +- README.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ClickToFlash.xcodeproj/project.pbxproj b/ClickToFlash.xcodeproj/project.pbxproj index 52d93651..79bcd88a 100644 --- a/ClickToFlash.xcodeproj/project.pbxproj +++ b/ClickToFlash.xcodeproj/project.pbxproj @@ -406,7 +406,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "rm -Rf \"$HOME/Library/Internet Plug-Ins/ClickToFlash.plugin\"\nrm -Rf \"$HOME/Library/Internet Plug-Ins/ClickToFlash.webplugin\"\ncp -R \"$BUILT_PRODUCTS_DIR/ClickToFlash.plugin\" \"$HOME/Library/Internet Plug-Ins/ClickToFlash.plugin\"\nexit 0"; + shellScript = "rm -Rf \"$HOME/Library/Internet Plug-Ins/ClickToFlash.plugin\"\nrm -Rf \"$HOME/Library/Internet Plug-Ins/ClickToFlash.webplugin\"\ncp -R \"$BUILT_PRODUCTS_DIR/ClickToFlash.webplugin\" \"$HOME/Library/Internet Plug-Ins/ClickToFlash.webplugin\"\nexit 0"; }; FADCD4210F421EAE00749805 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; diff --git a/README.markdown b/README.markdown index fd0d6cc1..7ec3adfb 100644 --- a/README.markdown +++ b/README.markdown @@ -29,7 +29,7 @@ Want to chip in? [Here's what needs to be done](http://rentzsch.lighthouseapp.co * [NEW] .icns file so the Sparkle update dialog doesn't show the generic document file icon ([Simone Manganelli](http://github.com/rentzsch/clicktoflash/commit/2e5c459ce50999d2d3f96e44cd99be3c05e47305)) - * [NEW] Dynamically loads Sparkle from internally bundled framework when host doesn't already use Sparkle. ([rentzsch]((http://github.com/rentzsch/clicktoflash/commit/41dd9de069fc8f7d4a81d77ee981ece938eaf274)) + * [NEW] Dynamically loads Sparkle from internally bundled framework when host doesn't already use Sparkle. [bug 99](http://rentzsch.lighthouseapp.com/projects/24342/tickets/99) ([rentzsch]((http://github.com/rentzsch/clicktoflash/commit/41dd9de069fc8f7d4a81d77ee981ece938eaf274)) * [NEW] Allow host apps that use Sparkle 1.5 or later to update ClickToFlash. ([Simone Manganelli](http://github.com/rentzsch/clicktoflash/commit/181c096da517bfb002fa96045f8edbd8a2fb94f6))