Merge pull request #16583 from dnicolson/fix-quick-look-2

Replace “QuickLook” with “Quick Look”
This commit is contained in:
Mike McQuaid 2024-02-04 17:55:54 +01:00 committed by GitHub
commit f09ea3a472
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ Each cask must declare one or more *artifacts* (i.e. something to install).
| `internet_plugin` | yes | Relative path to an Internet Plugin that should be moved into the `~/Library/Internet Plug-Ins` folder on installation. |
| `keyboard_layout` | yes | Relative path to a Keyboard Layout that should be moved into the `/Library/Keyboard Layouts` folder on installation. |
| `prefpane` | yes | Relative path to a Preference Pane that should be moved into the `~/Library/PreferencePanes` folder on installation. |
| `qlplugin` | yes | Relative path to a QuickLook Plugin that should be moved into the `~/Library/QuickLook` folder on installation. |
| `qlplugin` | yes | Relative path to a Quick Look Plugin that should be moved into the `~/Library/QuickLook` folder on installation. |
| `mdimporter` | yes | Relative path to a Spotlight Metadata Importer that should be moved into the `~/Library/Spotlight` folder on installation. |
| `screen_saver` | yes | Relative path to a Screen Saver that should be moved into the `~/Library/Screen Savers` folder on installation. |
| `service` | yes | Relative path to a Service that should be moved into the `~/Library/Services` folder on installation. |
@ -1353,7 +1353,7 @@ Details of software names and brands will inevitably be lost in the conversion t
#### Simplified names of non-App software
* Currently, rules for generating a token are not well-defined for Preference Panes, QuickLook plugins, and several other types of software installable by Homebrew Cask. Just create the best name you can, based on the filename on disk or the vendors web page. Watch out for duplicates.
* Currently, rules for generating a token are not well-defined for Preference Panes, Quick Look plugins, and several other types of software installable by Homebrew Cask. Just create the best name you can, based on the filename on disk or the vendors web page. Watch out for duplicates.
Non-app tokens should become more standardized in the future.