summaryrefslogtreecommitdiff
path: root/xmake/templates/objc++/bundle
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/templates/objc++/bundle')
-rw-r--r--xmake/templates/objc++/bundle/project/xmake.lua2
1 files changed, 1 insertions, 1 deletions
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}