Skip to content

Commit

Permalink
Run qlmanage -r after build copy step
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdorsey committed Apr 19, 2016
1 parent b449176 commit 4ed3730
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 17 additions & 0 deletions QuickLookStephenProject/QuickLookStephen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
8D576311048677EA00EA77CD /* Sources */,
8D576313048677EA00EA77CD /* Frameworks */,
AEF4F2780EDD58D400A55543 /* CopyFiles */,
698210201CC62DD000504BBF /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -178,6 +179,22 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
698210201CC62DD000504BBF /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "qlmanage -r";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
8D576311048677EA00EA77CD /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ QLStephen is a QuickLook plugin that lets you view plain text files without a fi

### Manually Compiled

Compiling the project yourself? Just copy the generated `QLStephen.qlgenerator`
file into the relevant `QuickLook` folder (as above).
Compiling the project yourself? The build process will copy the file into ~/Library/QuickLook.


## Settings
Expand Down

0 comments on commit 4ed3730

Please sign in to comment.