Skip to content

Commit c0e67b2

Browse files
committed
[FIX] "Install plugin for user" Xcode target shell script: http://rentzsch.lighthouseapp.com/projects/24342/tickets/153
1 parent e1688f6 commit c0e67b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ClickToFlash.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
);
407407
runOnlyForDeploymentPostprocessing = 0;
408408
shellPath = /bin/sh;
409-
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";
409+
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";
410410
};
411411
FADCD4210F421EAE00749805 /* ShellScript */ = {
412412
isa = PBXShellScriptBuildPhase;

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Want to chip in? [Here's what needs to be done](http://rentzsch.lighthouseapp.co
2929

3030
* [NEW] .icns file so the Sparkle update dialog doesn't show the generic document file icon ([Simone Manganelli](https://github.com/rentzsch/clicktoflash/commit/2e5c459ce50999d2d3f96e44cd99be3c05e47305))
3131

32-
* [NEW] Dynamically loads Sparkle from internally bundled framework when host doesn't already use Sparkle. ([rentzsch]((https://github.com/rentzsch/clicktoflash/commit/41dd9de069fc8f7d4a81d77ee981ece938eaf274))
32+
* [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]((https://github.com/rentzsch/clicktoflash/commit/41dd9de069fc8f7d4a81d77ee981ece938eaf274))
3333

3434
* [NEW] Allow host apps that use Sparkle 1.5 or later to update ClickToFlash. ([Simone Manganelli](https://github.com/rentzsch/clicktoflash/commit/181c096da517bfb002fa96045f8edbd8a2fb94f6))
3535

0 commit comments

Comments
 (0)