Skip to content

Commit

Permalink
Merge pull request #15926 from EricFromCanada/docs-faq-images
Browse files Browse the repository at this point in the history
Docs: localize FAQ images
  • Loading branch information
MikeMcQuaid committed Sep 1, 2023
2 parents 04ef90a + 217ebf8 commit ec9bb2f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Cask-Cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ We prefer URLs of this format:

https://downloads.sourceforge.net/<project_name>/<filename>.<ext>

Or, if it鈥檚 from [OSDN](https://osdn.net/), where `<subdomain>` is typically of the form `dl` or `<user>.dl`:
Or, if it鈥檚 from OSDN, where `<subdomain>` is typically of the form `dl` or `<user>.dl`:

http://<subdomain>.osdn.jp/<project_name>/<release_id>/<filename>.<ext>

Expand Down
8 changes: 4 additions & 4 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,19 +182,19 @@ You can [modify a tool's build configuration](How-to-Build-Software-Outside-Home

Chances are that certain apps will give you a popup message like this:

<img src="https://i.imgur.com/CnEEATG.png" width="532" alt="Gatekeeper message">
<img src="assets/img/docs/gatekeeper-unidentified-message.png" width="532" alt="Gatekeeper unidentified developer message">

This is a [security feature from Apple](https://support.apple.com/en-us/HT202491). The single most important thing to know is that **you can allow individual apps to be exempt from this feature.** This allows the app to run while the rest of the system remains under protection.

**Always leave system-wide protection enabled,** and disable it only for specific apps as needed.

If you're sure you want to trust the app, you can disable protection for it by right-clicking its icon and choosing *Open*:

<img src="https://i.imgur.com/69xc2WK.png" width="312" alt="Right-click the app and choose Open">
<img src="assets/img/docs/right-click-choose-open.png" width="312" style="margin-left:60px" alt="Right-click the app and choose Open">

In the resulting dialog, click the *Open* button to have macOS permanently allow the app to run on this Mac. **Don鈥檛 do this unless you鈥檙e sure you trust the app.**

<img src="https://i.imgur.com/xppa4Qv.png" width="532" alt="Gatekeeper message">
<img src="assets/img/docs/gatekeeper-unidentified-open.png" width="532" alt="Gatekeeper unidentified developer open prompt">

Alternatively, you may provide the [`--no-quarantine` flag](https://github.com/Homebrew/homebrew-cask/blob/HEAD/USAGE.md#options) at install time to not add this feature to a specific app.

Expand All @@ -204,7 +204,7 @@ After running `brew upgrade`, you may notice some casks you think should be upgr

As you鈥檙e likely aware, a lot of macOS software can upgrade itself:

<img src="https://upload.wikimedia.org/wikipedia/commons/c/c0/Sparkle_Test_App_Software_Update.png" width="532" alt="Sparkle update window">
<img src="assets/img/docs/sparkle-test-app-software-update.png" width="600" alt="Sparkle update window">

That could cause conflicts when used in tandem with Homebrew Cask鈥檚 `upgrade` mechanism.

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/docs/right-click-choose-open.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec9bb2f

Please sign in to comment.