Skip to content

Commit e74b9b0

Browse files
committed
Update macos minimum supported version
1 parent a3880ee commit e74b9b0

File tree

4 files changed

+33
-29
lines changed

4 files changed

+33
-29
lines changed

docs/en/faq/faq.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@ A: The following platforms are supported for the editor/tools and the engine run
9696

9797
| System | Version | Architectures | Supported |
9898
| ------------------ | ------------------ | ------------------ | ------------------ |
99-
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor and Engine |
99+
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor |
100+
| macOS | 10.15 | `x86-64`, `arm-64` | Engine |
100101
| Windows | Vista | `x86-32`, `x86-64` | Editor and Engine |
101102
| Ubuntu (1) | 18.04 | `x86-64` | Editor |
102-
| Linux (2) | Any | `x86-64` | Engine |
103+
| Linux (2) | Any | `x86-64`, `arm-64` | Engine |
103104
| iOS | 11.0 | `arm-64` | Engine |
104105
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Engine |
105106
| HTML5 | | `asm.js`, `wasm` | Engine |

docs/es/faq/faq.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,16 @@ shaders.
5454

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

57-
| System | Version | Architectures | Supported |
58-
| ------------------ | ------------------ | -------------- | -------------------- |
59-
| macOS | 11 Big Sur | x86-64, arm-64 | Editor and Engine |
60-
| Windows | Vista | x86-32, x86-64 | Editor and Engine |
61-
| Ubuntu (1) | 18.04 | x86-64 | Editor |
62-
| Linux (2) | Any | x86-64 | Engine |
63-
| iOS | 11.0 | arm-64 | Engine |
64-
| Android | 4.4 (API level 19) | arm-32, arm-64 | Engine |
65-
| HTML5 | | asm.js, wasm | Engine |
57+
| System | Version | Architectures | Supported |
58+
| ------------------ | ------------------ | ------------------ | -------------------- |
59+
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor |
60+
| macOS | 10.15 | `x86-64`, `arm-64` | Engine |
61+
| Windows | Vista | `x86-32`, `x86-64` | Editor and Engine |
62+
| Ubuntu (1) | 18.04 | `x86-64` | Editor |
63+
| Linux (2) | Any | `x86-64`, `arm-64` | Engine |
64+
| iOS | 11.0 | `arm-64` | Engine |
65+
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Engine |
66+
| HTML5 | | `asm.js`, `wasm` | Engine |
6667

6768
(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.)
6869

docs/it/faq/faq.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,16 @@ R: La logica di gioco nel tuo progetto Defold è scritta principalmente utilizza
5353

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

56-
| Sistema | Versione | Architetture | Supportato |
57-
| ------------------ | ------------------ | -------------- | -------------------- |
58-
| macOS | 11 Big Sur | x86-64, arm-64 | Editor e Motore |
59-
| Windows | Vista | x86-32, x86-64 | Editor e Motore |
60-
| Ubuntu (1) | 18.04 | x86-64 | Editor |
61-
| Linux (2) | Qualsiasi | x86-64 | Motore |
62-
| iOS | 11.0 | arm-64 | Motore |
63-
| Android | 4.4 (API level 19) | arm-32, arm-64 | Motore |
64-
| HTML5 | | asm.js, wasm | Motore |
56+
| Sistema | Versione | Architetture | Supportato |
57+
| ------------------ | ------------------ | ------------------ | -------------------- |
58+
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor |
59+
| macOS | 10.15 | `x86-64`, `arm-64` | Motore |
60+
| Windows | Vista | `x86-32`, `x86-64` | Editor e Motore |
61+
| Ubuntu (1) | 18.04 | `x86-64` | Editor |
62+
| Linux (2) | Qualsiasi | `x86-64`, `arm-64` | Motore |
63+
| iOS | 11.0 | `arm-64` | Motore |
64+
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Motore |
65+
| HTML5 | | `asm.js`, `wasm` | Motore |
6566

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

docs/zh/faq/faq.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,16 @@ brief: 有关 Defold 游戏引擎和编辑器及平台的常见问题和解答.
5353

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

56-
| System | Version | Architectures | Supported |
57-
| ------------------ | ------------------ | -------------- | -------------------- |
58-
| macOS | 11 Big Sur | x86-64, arm-64 | Editor and Engine |
59-
| Windows | Vista | x86-32, x86-64 | Editor and Engine |
60-
| Ubuntu (1) | 18.04 | x86-64 | Editor |
61-
| Linux (2) | Any | x86-64 | Engine |
62-
| iOS | 11.0 | arm-64 | Engine |
63-
| Android | 4.4 (API level 19) | arm-32, arm-64 | Engine |
64-
| HTML5 | | asm.js, wasm | Engine |
56+
| System | Version | Architectures | Supported |
57+
| ------------------ | ------------------ | ------------------ | -------------------- |
58+
| macOS | 11 Big Sur | `x86-64`, `arm-64` | Editor |
59+
| macOS | 10.15 | `x86-64`, `arm-64` | Engine |
60+
| Windows | Vista | `x86-32`, `x86-64` | Editor and Engine |
61+
| Ubuntu (1) | 18.04 | `x86-64` | Editor |
62+
| Linux (2) | Any | `x86-64`, `arm-64` | Engine |
63+
| iOS | 11.0 | `arm-64` | Engine |
64+
| Android | 4.4 (API level 19) | `arm-32`, `arm-64` | Engine |
65+
| HTML5 | | `asm.js`, `wasm` | Engine |
6566

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

0 commit comments

Comments
 (0)