Skip to content

Update macos minimum supported version #540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/en/faq/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@ A: The following platforms are supported for the editor/tools and the engine run

| System | Version | Architectures | Supported |
| ------------------ | ------------------ | ------------------ | ------------------ |
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor and Engine |
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor |
| macOS | 10.15 | `x86-64`, `arm-64` | Engine |
| Windows | Vista | `x86-32`, `x86-64` | Editor and Engine |
| Ubuntu (1) | 18.04 | `x86-64` | Editor |
| Linux (2) | Any | `x86-64` | Engine |
| Linux (2) | Any | `x86-64`, `arm-64` | Engine |
| iOS | 11.0 | `arm-64` | Engine |
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Engine |
| HTML5 | | `asm.js`, `wasm` | Engine |
Expand Down
19 changes: 10 additions & 9 deletions docs/es/faq/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,16 @@ shaders.

A: Las siguientes plataformas tienen soporte para el editor/herramientas y el runtime del motor:

| System | Version | Architectures | Supported |
| ------------------ | ------------------ | -------------- | -------------------- |
| macOS | 11 Big Sur | x86-64, arm-64 | Editor and Engine |
| Windows | Vista | x86-32, x86-64 | Editor and Engine |
| Ubuntu (1) | 18.04 | x86-64 | Editor |
| Linux (2) | Any | x86-64 | Engine |
| iOS | 11.0 | arm-64 | Engine |
| Android | 4.4 (API level 19) | arm-32, arm-64 | Engine |
| HTML5 | | asm.js, wasm | Engine |
| System | Version | Architectures | Supported |
| ------------------ | ------------------ | ------------------ | -------------------- |
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor |
| macOS | 10.15 | `x86-64`, `arm-64` | Engine |
| Windows | Vista | `x86-32`, `x86-64` | Editor and Engine |
| Ubuntu (1) | 18.04 | `x86-64` | Editor |
| Linux (2) | Any | `x86-64`, `arm-64` | Engine |
| iOS | 11.0 | `arm-64` | Engine |
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Engine |
| HTML5 | | `asm.js`, `wasm` | Engine |

(1 El editor fue creado y probad para 64-bit Ubuntu 18.04. Debe funcionar en otras distribuciones pero no damos garantía de ello.)

Expand Down
19 changes: 10 additions & 9 deletions docs/it/faq/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,16 @@ R: La logica di gioco nel tuo progetto Defold è scritta principalmente utilizza

R: Le seguenti piattaforme sono supportate per l'editor/strumenti e il runtime del motore:

| Sistema | Versione | Architetture | Supportato |
| ------------------ | ------------------ | -------------- | -------------------- |
| macOS | 11 Big Sur | x86-64, arm-64 | Editor e Motore |
| Windows | Vista | x86-32, x86-64 | Editor e Motore |
| Ubuntu (1) | 18.04 | x86-64 | Editor |
| Linux (2) | Qualsiasi | x86-64 | Motore |
| iOS | 11.0 | arm-64 | Motore |
| Android | 4.4 (API level 19) | arm-32, arm-64 | Motore |
| HTML5 | | asm.js, wasm | Motore |
| Sistema | Versione | Architetture | Supportato |
| ------------------ | ------------------ | ------------------ | -------------------- |
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor |
| macOS | 10.15 | `x86-64`, `arm-64` | Motore |
| Windows | Vista | `x86-32`, `x86-64` | Editor e Motore |
| Ubuntu (1) | 18.04 | `x86-64` | Editor |
| Linux (2) | Qualsiasi | `x86-64`, `arm-64` | Motore |
| iOS | 11.0 | `arm-64` | Motore |
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Motore |
| HTML5 | | `asm.js`, `wasm` | Motore |

(1 L'editor è costruito e testato per Ubuntu 18.04 a 64 bit. Dovrebbe funzionare anche su altre distribuzioni ma non diamo garanzie.)

Expand Down
19 changes: 10 additions & 9 deletions docs/zh/faq/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,16 @@ brief: 有关 Defold 游戏引擎和编辑器及平台的常见问题和解答.

答: 下表列出了编辑器工具与游戏引擎运行环境的支持情况:

| System | Version | Architectures | Supported |
| ------------------ | ------------------ | -------------- | -------------------- |
| macOS | 11 Big Sur | x86-64, arm-64 | Editor and Engine |
| Windows | Vista | x86-32, x86-64 | Editor and Engine |
| Ubuntu (1) | 18.04 | x86-64 | Editor |
| Linux (2) | Any | x86-64 | Engine |
| iOS | 11.0 | arm-64 | Engine |
| Android | 4.4 (API level 19) | arm-32, arm-64 | Engine |
| HTML5 | | asm.js, wasm | Engine |
| System | Version | Architectures | Supported |
| ------------------ | ------------------ | ------------------ | -------------------- |
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor |
| macOS | 10.15 | `x86-64`, `arm-64` | Engine |
| Windows | Vista | `x86-32`, `x86-64` | Editor and Engine |
| Ubuntu (1) | 18.04 | `x86-64` | Editor |
| Linux (2) | Any | `x86-64`, `arm-64` | Engine |
| iOS | 11.0 | `arm-64` | Engine |
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Engine |
| HTML5 | | `asm.js`, `wasm` | Engine |

(1 编辑器在 64-bit Ubuntu 18.04 平台上通过编译和测试. 其他版本应该同样可以运行但是未经过测试.)

Expand Down