Skip to content

Commit 9edd7ad

Browse files
committed
Update macOS Gatekeeper instructions in README files for clarity and detail
1 parent c1ca5a4 commit 9edd7ad

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

README.es.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,16 @@ Lanzamientos: https://github.com/nbox/API-Key-Health-Checker/releases
3232

3333
## macOS Gatekeeper
3434

35-
⚠️ macOS puede bloquear compilaciones sin firma descargadas desde GitHub. Si ves el mensaje "app is damaged and can't be opened. You should move it to the Trash", usa este comando:
35+
⚠️ macOS puede bloquear compilaciones sin firma descargadas desde GitHub. Si ves una advertencia de que la app no está firmada y macOS ofrece moverla a la Papelera, usa una de las opciones siguientes:
36+
37+
Opción 1: Permitir en System Settings -> Privacy & Security
38+
39+
- Intenta abrir la app de forma normal (doble clic).
40+
- Abre System Settings -> Privacy & Security.
41+
- En la advertencia sobre API Key Health Checker, haz clic en Open Anyway.
42+
- Confirma pulsando Open.
43+
44+
Opción 2: Eliminar el atributo de cuarentena
3645

3746
```bash
3847
xattr -dr com.apple.quarantine "/Applications/API Key Health Checker.app"

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,16 @@ Releases: https://github.com/nbox/API-Key-Health-Checker/releases
3030

3131
## macOS Gatekeeper
3232

33-
⚠️ macOS may block unsigned builds downloaded from GitHub. If you see the message "app is damaged and can't be opened. You should move it to the Trash", run:
33+
⚠️ macOS may block unsigned builds downloaded from GitHub. If you see a warning that the app can't be opened because it isn't signed and macOS offers to move it to the Trash, use one of the options below:
34+
35+
Option 1: Allow in System Settings -> Privacy & Security
36+
37+
- Try to open the app normally (double-click).
38+
- Open System Settings -> Privacy & Security.
39+
- Under the warning about API Key Health Checker, click Open Anyway.
40+
- Confirm by clicking Open.
41+
42+
Option 2: Remove the quarantine attribute
3443

3544
```bash
3645
xattr -dr com.apple.quarantine "/Applications/API Key Health Checker.app"

README.ru.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,16 @@ brew uninstall --cask --zap api-key-health-checker
3232

3333
## macOS Gatekeeper
3434

35-
⚠️ macOS может блокировать неподписанные сборки, скачанные с GitHub. Если вы увидели сообщение "app is damaged and can't be opened. You should move it to the Trash", воспользуйтесь командой:
35+
⚠️ macOS может блокировать неподписанные сборки, скачанные с GitHub. Если вы видите предупреждение, что приложение не подписано, и macOS предлагает переместить его в корзину, воспользуйтесь одним из вариантов ниже:
36+
37+
Вариант 1: Разрешить в System Settings -> Privacy & Security
38+
39+
- Откройте приложение как обычно (двойным кликом).
40+
- Откройте System Settings -> Privacy & Security.
41+
- В предупреждении о API Key Health Checker нажмите Open Anyway.
42+
- Подтвердите, нажав Open.
43+
44+
Вариант 2: Снять атрибут карантина
3645

3746
```bash
3847
xattr -dr com.apple.quarantine "/Applications/API Key Health Checker.app"

0 commit comments

Comments
 (0)