File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
QuickLookStephenProject/QuickLookStephen.xcodeproj Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 132
132
8D576311048677EA00EA77CD /* Sources */,
133
133
8D576313048677EA00EA77CD /* Frameworks */,
134
134
AEF4F2780EDD58D400A55543 /* CopyFiles */,
135
+ 698210201CC62DD000504BBF /* ShellScript */,
135
136
);
136
137
buildRules = (
137
138
);
178
179
};
179
180
/* End PBXResourcesBuildPhase section */
180
181
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
+
181
198
/* Begin PBXSourcesBuildPhase section */
182
199
8D576311048677EA00EA77CD /* Sources */ = {
183
200
isa = PBXSourcesBuildPhase;
Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ QLStephen is a QuickLook plugin that lets you view plain text files without a fi
25
25
26
26
### Manually Compiled
27
27
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.
30
29
31
30
32
31
## Settings
You can’t perform that action at this time.
0 commit comments