When i edit file information.plist in xcode. In folder native/engine/ios, file information plist not change. the right way to repair it ?
What do you wish to change within the information.plist file?
I add key and worth like picture
@lirn I wish to ask extra that I wish to add recordsdata Utils.mm and Utils.h, what ought to I do?
@hungpro849 you need to modify native/engine/ios/Data.plist
. It is going to take impact.
As supply code are managed by cmake, you need to modify native/engine/ios/CMakeLists
so as to add supply codes file, for instance:
listing(APPEND CC_ALL_SOURCES
${CMAKE_CURRENT_LIST_DIR}/Utils.mm
${CMAKE_CURRENT_LIST_DIR}/Utils.h
)
CMAKE_CURRENT_LIST_DIR
means the trail of native/engine/ios
. And i believed Utils.mm
and Utils.h
are in native/engine/ios
.
Sorry, we are going to add extra documentation for it in v3.6. It’s in plan.
1 Like
i attempt to edit, and it really works nicely, the URL varieties is CFBundleURLTypes,after set Uncooked keys & values, it is going to seem.