瀏覽代碼

Fix minimum iOS version to 9.0

AGulev 3 年之前
父節點
當前提交
1cd117fb0f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/en/manuals/extensions-details.md
  2. 1 1
      docs/zh/manuals/extensions-details.md

+ 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=8.0` and `-mmacosx-version-min=10.7` respectively.
+For iOS/macOS, we use `-miphoneos-version-min=9.0` and `-mmacosx-version-min=10.7` respectively.
 
 We don't specify a specific C++ version, so we use the default of each compiler.
 

+ 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=8.0` 和 `-mmacosx-version-min=10.7` 参数.
+对于 iOS/macOS, 我们分别使用了 `-miphoneos-version-min=9.0` 和 `-mmacosx-version-min=10.7` 参数.
 
 由于我们不指定 C++ 版本, 所以各个编译器都使用了默认设置.