Skip to content

Commit b35a20c

Browse files
PatriceJiangminggo
authored andcommitted
fix template (#20377)
1 parent 2659f80 commit b35a20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/lua-template-default/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if(APPLE)
136136
LINK_FLAGS "-pagezero_size 10000 -image_base 100000000"
137137
)
138138
elseif(IOS)
139-
cocos_pak_xcode(${APP_NAME} INFO_PLIST "${RUNTIME_SRC_ROOT}/proj.ios_mac/ios/Info.plist")
139+
set_xcode_property(${APP_NAME} INFOPLIST_FILE "${RUNTIME_SRC_ROOT}/proj.ios_mac/ios/Info.plist")
140140
set_xcode_property(${APP_NAME} ASSETCATALOG_COMPILER_APPICON_NAME "AppIcon")
141141
set_xcode_property(${APP_NAME} DEVELOPMENT_TEAM "")
142142
set_xcode_property(${APP_NAME} CODE_SIGN_IDENTITY "iPhone Developer")

0 commit comments

Comments
 (0)