Skip to content

Commit a7b80ae

Browse files
Readme: updated iOS deployment target to 13.0
1 parent 57dcfb8 commit a7b80ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,10 @@ Run the command below from the engine's root folder to generate Xcode project co
394394
cmake -S . -B ./build/iOS -DCMAKE_SYSTEM_NAME=iOS -G "Xcode"
395395
```
396396

397-
If needed, you can provide iOS deployment target (11.0 or later is required) as well as other parameters, e.g.:
397+
If needed, you can provide iOS deployment target (13.0 or later is required) as well as other parameters, e.g.:
398398

399399
```cmake
400-
cmake -S . -B ./build/iOS -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0 -G "Xcode"
400+
cmake -S . -B ./build/iOS -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_DEPLOYMENT_TARGET=13.0 -G "Xcode"
401401
```
402402

403403
:warning: To build for iPhone simulator, set the `PLATFORM_IOS_SIMULATOR` CMake flag. You may also use the

0 commit comments

Comments
 (0)