Skip to content

Commit 4ed3730

Browse files
committed
Run qlmanage -r after build copy step
1 parent b449176 commit 4ed3730

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

QuickLookStephenProject/QuickLookStephen.xcodeproj/project.pbxproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
8D576311048677EA00EA77CD /* Sources */,
133133
8D576313048677EA00EA77CD /* Frameworks */,
134134
AEF4F2780EDD58D400A55543 /* CopyFiles */,
135+
698210201CC62DD000504BBF /* ShellScript */,
135136
);
136137
buildRules = (
137138
);
@@ -178,6 +179,22 @@
178179
};
179180
/* End PBXResourcesBuildPhase section */
180181

182+
/* Begin PBXShellScriptBuildPhase section */
183+
698210201CC62DD000504BBF /* ShellScript */ = {
184+
isa = PBXShellScriptBuildPhase;
185+
buildActionMask = 2147483647;
186+
files = (
187+
);
188+
inputPaths = (
189+
);
190+
outputPaths = (
191+
);
192+
runOnlyForDeploymentPostprocessing = 0;
193+
shellPath = /bin/sh;
194+
shellScript = "qlmanage -r";
195+
};
196+
/* End PBXShellScriptBuildPhase section */
197+
181198
/* Begin PBXSourcesBuildPhase section */
182199
8D576311048677EA00EA77CD /* Sources */ = {
183200
isa = PBXSourcesBuildPhase;

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ QLStephen is a QuickLook plugin that lets you view plain text files without a fi
2525

2626
### Manually Compiled
2727

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

3130

3231
## Settings

0 commit comments

Comments
 (0)