We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2659f80 commit b35a20cCopy full SHA for b35a20c
templates/lua-template-default/CMakeLists.txt
@@ -136,7 +136,7 @@ if(APPLE)
136
LINK_FLAGS "-pagezero_size 10000 -image_base 100000000"
137
)
138
elseif(IOS)
139
- cocos_pak_xcode(${APP_NAME} INFO_PLIST "${RUNTIME_SRC_ROOT}/proj.ios_mac/ios/Info.plist")
+ set_xcode_property(${APP_NAME} INFOPLIST_FILE "${RUNTIME_SRC_ROOT}/proj.ios_mac/ios/Info.plist")
140
set_xcode_property(${APP_NAME} ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon")
141
set_xcode_property(${APP_NAME} DEVELOPMENT_TEAM "")
142
set_xcode_property(${APP_NAME} CODE_SIGN_IDENTITY "iPhone Developer")
0 commit comments