From efe6609bb668d34a4beb5b9b06f36b7556796c7b Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 8 Apr 2020 23:44:59 +0800 Subject: improve xcode.app rule --- xmake/rules/xcode/application/xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmake/rules/xcode/application/xmake.lua') diff --git a/xmake/rules/xcode/application/xmake.lua b/xmake/rules/xcode/application/xmake.lua index ac1624d73..08fac72e1 100644 --- a/xmake/rules/xcode/application/xmake.lua +++ b/xmake/rules/xcode/application/xmake.lua @@ -21,8 +21,8 @@ -- define rule: xcode application rule("xcode.application") - -- support add_files("*.storyboard", "*.xcassets") - add_deps("xcode.storyboard", "xcode.xcassets") + -- support add_files("Info.plist", "*.storyboard", "*.xcassets") + add_deps("xcode.info_plist", "xcode.storyboard", "xcode.xcassets") -- we must set kind before target.on_load(), may we will use target in on_load() before_load("load") -- cgit v1.3.1