summaryrefslogtreecommitdiff
path: root/tests/projects/objc/bundle/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-04 21:27:21 +0800
committerruki <[email protected]>2020-04-04 21:27:21 +0800
commitdb450e5497761c5def6cab798d7fabfc4316214a (patch)
treec1cd45f6a8ab9988854168c63040c3f6011cb1dd /tests/projects/objc/bundle/xmake.lua
parentd656204be63f729a9e7b60f509af1fc3450726cc (diff)
add xcode.bundle rule
Diffstat (limited to 'tests/projects/objc/bundle/xmake.lua')
-rw-r--r--tests/projects/objc/bundle/xmake.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/projects/objc/bundle/xmake.lua b/tests/projects/objc/bundle/xmake.lua
index e8d0738ce..f184201e5 100644
--- a/tests/projects/objc/bundle/xmake.lua
+++ b/tests/projects/objc/bundle/xmake.lua
@@ -3,8 +3,5 @@ add_rules("mode.debug", "mode.release")
target("test")
add_rules("xcode.bundle")
add_files("src/test.m")
+ add_installfiles("src/Info.plist")
-target("demo")
- set_kind("binary")
- add_deps("test")
- add_files("src/main.m")