summaryrefslogtreecommitdiff
path: root/tests/projects/objc
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-08 23:52:05 +0800
committerruki <[email protected]>2020-04-08 17:12:34 +0800
commitc044ba9a3ee4af1308632e08e9f78fb2974beda2 (patch)
tree32d222cf3d67724ea2bcd6a02d9f14acb28ec89d /tests/projects/objc
parente3e74b6dccfa877981a26896519414eab44ee2a7 (diff)
improve xcode.framework/bundle rules
Diffstat (limited to 'tests/projects/objc')
-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")