We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57dcfb8 commit a7b80aeCopy full SHA for a7b80ae
1 file changed
README.md
@@ -394,10 +394,10 @@ Run the command below from the engine's root folder to generate Xcode project co
394
cmake -S . -B ./build/iOS -DCMAKE_SYSTEM_NAME=iOS -G "Xcode"
395
```
396
397
-If needed, you can provide iOS deployment target (11.0 or later is required) as well as other parameters, e.g.:
+If needed, you can provide iOS deployment target (13.0 or later is required) as well as other parameters, e.g.:
398
399
```cmake
400
-cmake -S . -B ./build/iOS -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0 -G "Xcode"
+cmake -S . -B ./build/iOS -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=13.0 -G "Xcode"
401
402
403
:warning: To build for iPhone simulator, set the `PLATFORM_IOS_SIMULATOR` CMake flag. You may also use the
0 commit comments