diff options
| author | ruki <[email protected]> | 2020-04-05 16:29:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-05 16:29:37 +0800 |
| commit | 9152a9f7b0f5bddeaabc776d4557b90fef581fcc (patch) | |
| tree | 6d7368f2f04bd4b5b1f695014dc475e3816e1292 /tests/projects/objc/macapp/xmake.lua | |
| parent | a60c8e6025e597fd569a41e5add672d87bd4ca5a (diff) | |
rename macapp tests
Diffstat (limited to 'tests/projects/objc/macapp/xmake.lua')
| -rw-r--r-- | tests/projects/objc/macapp/xmake.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/objc/macapp/xmake.lua b/tests/projects/objc/macapp/xmake.lua new file mode 100644 index 000000000..12f773a1d --- /dev/null +++ b/tests/projects/objc/macapp/xmake.lua @@ -0,0 +1,6 @@ +add_rules("mode.debug", "mode.release") + +target("test") + add_rules("xcode.application") + add_files("src/main.m") + add_installfiles("src/Info.plist") |
