Cocos Creator 3 native build

Hi,Cocos team.

After click “Build” an iOS task in panel. I open Xcode and replace iOS version/build to a new one. Then click “Build” again, The version/build are replaced to default not my edited string. Is there any config for this or I mistake something here?

Screen Shot 2021-03-02 at 1.49.15 PM

You can edit file native/engine/common/CMakeLists.txt or overwrite in build/ios/proj/cfg.cmake.

That is Build Target, what I mean is version string and build number, sorry for unclear explanation

Screen Shot 2021-03-02 at 13.52.15

It should all be modified in the CMakeFile, you can refer to cmake documentation for iOS build
https://cmake.org/cmake/help/v3.17/index.html

image

You can edit the Info.plist file under directory native/engine/ios