Alexey Gulev il y a 2 ans
Parent
commit
914042f0d7

+ 2 - 2
docs/en/faq/faq.md

@@ -57,11 +57,11 @@ A: The following platforms are supported for the editor/tools and the engine run
   | System                     | Supported            |
   | -------------------------- | -------------------- |
   | macOS 11 Big Sur           | Editor               |
-  | macOS 10.7 Lion            | Runtime              |
+  | macOS 10.13 High Sierra    | Runtime              |
   | Windows Vista              | Editor and runtime   |
   | Ubuntu 18.04 (64 bit)(1)   | Editor               |
   | Linux (64 bit)(2)          | Runtime              |
-  | iOS 9.0                    | Runtime              |
+  | iOS 11.0                   | Runtime              |
   | Android 4.4 (API level 19) | Runtime              |
   | HTML5                      | Runtime              |
 

+ 1 - 1
docs/en/manuals/extensions-details.md

@@ -36,7 +36,7 @@ For the most accurate list of versions, check the [build.py](./scripts/build.py)
 * Win32: `Microsoft Visual Studio 2019` (`clang 9` on build server)
 * iOS/macOS: `apple-clang` (`clang 9` on build server)
 
-For iOS/macOS, we use `-miphoneos-version-min=9.0` and `-mmacosx-version-min=10.7` respectively.
+For iOS/macOS, we use `-miphoneos-version-min=11.0` and `-mmacosx-version-min=10.13` respectively.
 
 We don't specify a specific C++ version, so we use the default of each compiler.
 

+ 2 - 2
docs/es/faq/faq.md

@@ -57,11 +57,11 @@ A: Las siguientes plataformas tienen soporte para el editor/herramientas y el ru
   | Sistema                    | Soporte              |
   | -------------------------- | -------------------- |
   | macOS 11 Big Sur           | Editor               |
-  | macOS 10.7 Lion            | Runtime              |
+  | macOS 10.13 High Sierra    | Runtime              | 
   | Windows Vista              | Editor y runtime     |
   | Ubuntu 18.04 (64 bit)(1)   | Editor               |
   | Linux (64 bit)(2)          | Runtime              |
-  | iOS 9.0                    | Runtime              |
+  | iOS 11.0                   | Runtime              |
   | Android 4.4 (API level 19) | Runtime              |
   | HTML5                      | Runtime              |
 

+ 2 - 2
docs/pt/faq/faq.md

@@ -46,11 +46,11 @@ R: As seguintes plataformas são suportadas para o editor/ferramentas e o tempo
   | Sistema                    | Suportado            |
   | -------------------------- | -------------------- |
   | macOS 11 Big Sur           | Editor               |
-  | macOS 10.7 Lion            | Runtime              |
+  | macOS 10.13 High Sierra    | Runtime              | 
   | Windows Vista              | Editor e runtime     |
   | Ubuntu 18.04 (64 bit)(1)   | Editor               |
   | Linux (64 bit)(2)          | Runtime              |
-  | iOS 9.0                    | Runtime              |
+  | iOS 11.0                   | Runtime              |
   | Android 4.4 (API level 19) | Runtime              |
   | HTML5                      | Runtime              |
 

+ 1 - 1
docs/ru/manuals/extensions-details.md

@@ -36,7 +36,7 @@ brief: В этом руководстве описаны некоторые по
 * Win32: `Microsoft Visual Studio 2019` (`clang 9` on build server)
 * iOS/macOS: `apple-clang` (`clang 9` on build server)
 
-Для iOS/macOS мы используем `-miphoneos-version-min=9.0` и `-mmacosx-version-min=10.7` соответственно.
+Для iOS/macOS мы используем `-miphoneos-version-min=11.0` и `-mmacosx-version-min=10.13` соответственно.
 
 Мы не указываем конкретную версию C++, поэтому используем версию по умолчанию каждого компилятора.
 

+ 2 - 2
docs/zh/faq/faq.md

@@ -56,11 +56,11 @@ brief: 有关 Defold 游戏引擎和编辑器及平台的常见问题和解答.
   | 系统                        | 支持                  |
   | -------------------------- | -------------------- |
   | macOS 11 Big Sur           | 编辑器                |
-  | macOS 10.7 Lion            | 游戏引擎               |
+  | macOS 10.13 High Sierra    | 游戏引擎               |
   | Windows Vista              | 编辑器与游戏引擎        |
   | Ubuntu 18.04 (64 bit)(1)   | 编辑器                |
   | Linux (64 bit)(2)          | 游戏引擎              |
-  | iOS 9.0                    | 游戏引擎              |
+  | iOS 11.0                   | 游戏引擎              |
   | Android 4.4 (API level 19) | 游戏引擎              |
   | HTML5                      | 游戏引擎              |
 

+ 1 - 1
docs/zh/manuals/extensions-details.md

@@ -39,7 +39,7 @@ brief: 本教程介绍了有关编译系统用来编译原生扩展的一些细
 * Win32: `Microsoft Visual Studio 2019` (`clang 9` on build server)
 * iOS/macOS: `apple-clang` (`clang 9` on build server)
 
-对于 iOS/macOS, 我们分别使用了 `-miphoneos-version-min=9.0` 和 `-mmacosx-version-min=10.7` 参数.
+对于 iOS/macOS, 我们分别使用了 `-miphoneos-version-min=11.0` 和 `-mmacosx-version-min=10.13` 参数.
 
 由于我们不指定 C++ 版本, 所以各个编译器都使用了默认设置.