Skip to content

Commit

Permalink
bump version and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Jul 3, 2013
1 parent 115c9b6 commit 9111e3a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions QuickLookStephenProject/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<key>CFBundleName</key>
<string>QLStephen</string>
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<string>1.4</string>
<key>CFBundleVersion</key>
<string>1.3.1</string>
<string>1.4.0</string>
<key>CFPlugInDynamicRegisterFunction</key>
<string></string>
<key>CFPlugInDynamicRegistration</key>
Expand Down
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@ You can also customise the plugin to determine which files it previews. See [*Cu

* [Download the latest version of QuickLookStephen](
https://github.com/downloads/whomwah/qlstephen/QLStephen.qlgenerator.zip)
* Unzip
* Copy the file into `/Library/QuickLook` or `~/Library/QuickLook`
* Unzip
* Copy the file into `/Library/QuickLook` or `~/Library/QuickLook`
(You can create the `QuickLook` folder if it doesn’t exist)


### Manually Compiled

Compliling the project yourself? Just copy the generated `QLStephen.qlgenerator`
Compliling the project yourself? Just copy the generated `QLStephen.qlgenerator`
file into the relevant `QuickLook` folder (as above).



## Customizing white/black lists - Step by Step

Want to change the current behaviour? Just follow the instructions below.
Want to change the current behaviour? Just follow the instructions below.

**Note:**
Plists used here are not same as user defaults, so you won’t find
them in `~/Library/Preferences`. Instead, you need to edit the plist
files inside the bundle—in this case, the plugin file:
**Note:**
Plists used here are not same as user defaults, so you won’t find
them in `~/Library/Preferences`. Instead, you need to edit the plist
files inside the bundle—in this case, the plugin file:
`QLStepehen.qlgenerator`.


Expand All @@ -63,8 +63,8 @@ Plist files:

If you’ve installed the plugin, but don’t see any changes:

- Make sure you are editing (a) the correct plist of (b) the correct bundle.
(For example, you might have two `QLStephen` plugins. It’s possible the plugin in
- Make sure you are editing (a) the correct plist of (b) the correct bundle.
(For example, you might have two `QLStephen` plugins. It’s possible the plugin in
another directory—perhaps `/Library/QuickLook/`—is what is being read.)
- Run `qlmanage -r` in the Terminal. (This will restart QuickLook, which reloads all plugins.)

Expand All @@ -83,7 +83,8 @@ Special thanks to the following people for submitting patches:
* [Guillermo Ignacio Enriquez Gutierrez](https://github.com/nacho4d)
* [Rob Lourens](https://github.com/roblourens)
* [Avi Flax](https://github.com/aviflax)
* [Tony] (https://github.com/Zearin)
* [Tony](https://github.com/Zearin)
* [Nicholas Hutchinson](https://github.com/nickhutchinson)


## Contributing
Expand Down

0 comments on commit 9111e3a

Please sign in to comment.