diff options
| author | ruki <[email protected]> | 2020-04-04 21:27:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-04 21:27:21 +0800 |
| commit | db450e5497761c5def6cab798d7fabfc4316214a (patch) | |
| tree | c1cd45f6a8ab9988854168c63040c3f6011cb1dd /tests/projects/objc/bundle/xmake.lua | |
| parent | d656204be63f729a9e7b60f509af1fc3450726cc (diff) | |
add xcode.bundle rule
Diffstat (limited to 'tests/projects/objc/bundle/xmake.lua')
| -rw-r--r-- | tests/projects/objc/bundle/xmake.lua | 5 |
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") |
