Skip to content

Commit cb9beeb

Browse files
committed
Update README.md
1 parent 0028734 commit cb9beeb

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

README.es.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ Aplicación de escritorio para validar claves API de servicios populares y ejecu
1313
## Descargar
1414
Lanzamientos: https://github.com/nbox/API-Key-Health-Checker/releases
1515

16+
## macOS Gatekeeper
17+
18+
⚠️ macOS puede bloquear compilaciones sin firma descargadas desde GitHub. Si confías en la app, elimina el atributo de cuarentena:
19+
20+
```bash
21+
xattr -dr com.apple.quarantine "/Applications/API Key Health Checker.app"
22+
```
23+
1624
## Funciones
1725
- Adaptadores de servicio: OpenAI, Gemini, YouTube, Custom
1826
- Comprobaciones por lotes con concurrencia, retraso aleatorio (jitter), reintentos y limitador global de RPS

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Desktop app to validate API keys for popular services and run batch checks with
1414

1515
Releases: https://github.com/nbox/API-Key-Health-Checker/releases
1616

17+
## macOS Gatekeeper
18+
19+
⚠️ macOS may block unsigned builds downloaded from GitHub. If you trust the app, remove the quarantine attribute:
20+
21+
```bash
22+
xattr -dr com.apple.quarantine "/Applications/API Key Health Checker.app"
23+
```
24+
1725
## Features
1826

1927
- Service adapters: OpenAI, Gemini, YouTube, Custom

README.ru.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ GitHub: https://github.com/nbox/API-Key-Health-Checker
1313
## Скачать
1414
Релизы: https://github.com/nbox/API-Key-Health-Checker/releases
1515

16+
## macOS Gatekeeper
17+
18+
⚠️ macOS может блокировать неподписанные сборки, скачанные с GitHub. Если вы доверяете приложению, удалите атрибут карантина:
19+
20+
```bash
21+
xattr -dr com.apple.quarantine "/Applications/API Key Health Checker.app"
22+
```
23+
1624
## Возможности
1725
- Адаптеры: OpenAI, Gemini, YouTube, Custom
1826
- Пакетные проверки с параллельностью, случайной задержкой (jitter), ретраями, глобальным лимитом RPS

0 commit comments

Comments
 (0)