mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Fix rogue double-spacing (#46776)
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
reported by contacting the project team. All complaints will be reviewed and
|
||||
investigated and will result in a response that is deemed necessary and
|
||||
appropriate to the circumstances. The project team is obligated to maintain
|
||||
confidentiality with regard to the reporter of an incident. Further details of
|
||||
confidentiality with regard to the reporter of an incident. Further details of
|
||||
specific enforcement policies may be posted separately.
|
||||
|
||||
Project maintainers who do not follow or enforce the Code of Conduct in good
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ cask 'cocoaspell' do
|
||||
]
|
||||
|
||||
caveats <<~EOS
|
||||
Non-English dictionaries must be installed separately. For more information, see
|
||||
Non-English dictionaries must be installed separately. For more information, see
|
||||
|
||||
http://people.ict.usc.edu/~leuski/cocoaspell/install_dict.php
|
||||
EOS
|
||||
|
||||
@@ -10,8 +10,8 @@ cask 'xfinity-wifi' do
|
||||
|
||||
pkg 'XFINITY_WiFi.pkg'
|
||||
|
||||
# This is a horrible hack to force the file extension. The
|
||||
# backend code should be fixed so that this is not needed.
|
||||
# This is a horrible hack to force the file extension.
|
||||
# The backend code should be fixed so that this is not needed.
|
||||
preflight do
|
||||
system_command '/bin/mv', args: ['--', staged_path.join('download_mac.php'), staged_path.join('XFINITY_WiFi.pkg')]
|
||||
end
|
||||
|
||||
@@ -97,11 +97,11 @@ The given package file need not be installed.
|
||||
|
||||
If an App of the listed name is already installed in /Applications
|
||||
or ~/Applications, it will be followed by a plus symbol '(+)' in
|
||||
the output. This can be verified via 'ls' or the Finder.
|
||||
the output. This can be verified via 'ls' or the Finder.
|
||||
|
||||
Arguments
|
||||
|
||||
-lax Be less selective in looking for App names. Generate
|
||||
-lax Be less selective in looking for App names. Generate
|
||||
more, but less accurate, guesses.
|
||||
|
||||
Bugs: This script is imperfect.
|
||||
|
||||
@@ -77,7 +77,7 @@ stanza, eg
|
||||
The kext need not be loaded for this script to work.
|
||||
|
||||
If a given kext is currently loaded, it will be followed by a plus
|
||||
symbol '(+)' in the output. This can be verified via the command
|
||||
symbol '(+)' in the output. This can be verified via the command
|
||||
|
||||
/usr/sbin/kextstat -kl -b 'kext.id.goes.here'
|
||||
|
||||
|
||||
@@ -146,7 +146,7 @@ Bundle IDs attributed to Apple and common developer frameworks
|
||||
are excluded from the output.
|
||||
|
||||
If a given app is currently running, it will be followed by a plus
|
||||
symbol '(+)' in the output. This can be verified via the command
|
||||
symbol '(+)' in the output. This can be verified via the command
|
||||
|
||||
list_running_app_ids | grep 'app.id.goes.here'
|
||||
|
||||
|
||||
@@ -98,7 +98,7 @@ Package IDs designated by Apple or common development frameworks
|
||||
will be excluded from the output.
|
||||
|
||||
If a package id is already installed, it will be followed by
|
||||
a plus symbol '(+)' in the output. This can be verified via
|
||||
a plus symbol '(+)' in the output. This can be verified via
|
||||
the command
|
||||
|
||||
/usr/sbin/pkgutil --pkg-info 'package.id.goes.here'
|
||||
|
||||
@@ -66,9 +66,9 @@ in a Cask uninstall stanza, eg
|
||||
uninstall launchctl: 'job.id.goes.here'
|
||||
|
||||
If this command is not run as the superuser, you will be prompted
|
||||
for a password to run a subcommand using 'sudo'. The password is
|
||||
not required, but supplying it may reveal additional job ids. To
|
||||
skip using the password, press <return> repeatedly.
|
||||
for a password to run a subcommand using 'sudo'. The password is
|
||||
not required, but supplying it may reveal additional job ids.
|
||||
To skip using the password, press <return> repeatedly.
|
||||
|
||||
Launchctl jobs attributed to Apple are excluded from the output.
|
||||
|
||||
|
||||
@@ -107,7 +107,7 @@ pkg, which may be useful when writing a Cask uninstall stanza.
|
||||
|
||||
The given package file need not be installed.
|
||||
|
||||
The output attempts to be overly inclusive. However, since
|
||||
The output attempts to be overly inclusive. However, since
|
||||
pkg files are allowed to run arbitrary scripts, there can be
|
||||
no guarantee that the output is exact.
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ expression, which may be useful in a Cask uninstall stanza, eg
|
||||
uninstall pkgutil: 'pkg.regexp.goes.here'
|
||||
|
||||
Unlike most other scripts in this directory, package IDs attributed to
|
||||
Apple are NOT excluded from the output. This is to avoid uninstalling
|
||||
Apple are NOT excluded from the output. This is to avoid uninstalling
|
||||
essential system files due to an exuberant regexp.
|
||||
|
||||
For more information, see
|
||||
|
||||
Reference in New Issue
Block a user