summaryrefslogtreecommitdiff
path: root/tests/projects/objc/bundle/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/objc/bundle/xmake.lua')
-rw-r--r--tests/projects/objc/bundle/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/objc/bundle/xmake.lua b/tests/projects/objc/bundle/xmake.lua
index f184201e5..e19df303c 100644
--- a/tests/projects/objc/bundle/xmake.lua
+++ b/tests/projects/objc/bundle/xmake.lua
@@ -3,5 +3,5 @@ add_rules("mode.debug", "mode.release")
target("test")
add_rules("xcode.bundle")
add_files("src/test.m")
- add_installfiles("src/Info.plist")
+ add_files("src/Info.plist")