diff options
| author | ruki <[email protected]> | 2020-04-04 15:27:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-04 15:27:24 +0800 |
| commit | dd8d60cd3a0ebde713fea7010926ab034243f884 (patch) | |
| tree | 8e61580c5783afaef8fd2a37b5be8e07408fc0d7 /tests/projects/objc/application/xmake.lua | |
| parent | dadee422f340ce6e96a7adbd64aa3941a2d31707 (diff) | |
improve xcode.framework rule
Diffstat (limited to 'tests/projects/objc/application/xmake.lua')
| -rw-r--r-- | tests/projects/objc/application/xmake.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/projects/objc/application/xmake.lua b/tests/projects/objc/application/xmake.lua new file mode 100644 index 000000000..83522c669 --- /dev/null +++ b/tests/projects/objc/application/xmake.lua @@ -0,0 +1,5 @@ +add_rules("mode.debug", "mode.release") + +target("demo") + add_rules("xcode.application") + add_files("src/main.m") |
