From c044ba9a3ee4af1308632e08e9f78fb2974beda2 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 8 Apr 2020 23:52:05 +0800 Subject: improve xcode.framework/bundle rules --- xmake/templates/objc++/bundle/project/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/templates/objc++/bundle/project/xmake.lua') diff --git a/xmake/templates/objc++/bundle/project/xmake.lua b/xmake/templates/objc++/bundle/project/xmake.lua index 6b2b52909..364e27278 100644 --- a/xmake/templates/objc++/bundle/project/xmake.lua +++ b/xmake/templates/objc++/bundle/project/xmake.lua @@ -3,7 +3,7 @@ add_rules("mode.debug", "mode.release") target("${TARGETNAME}") add_rules("xcode.bundle") add_files("src/*.mm") + add_files("src/Info.plist") add_headerfiles("src/*.h") - add_installfiles("src/Info.plist") ${FAQ} -- cgit v1.3.1