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/application/xmake.lua | |
| parent | a60c8e6025e597fd569a41e5add672d87bd4ca5a (diff) | |
rename macapp tests
Diffstat (limited to 'tests/projects/objc/application/xmake.lua')
| -rw-r--r-- | tests/projects/objc/application/xmake.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/projects/objc/application/xmake.lua b/tests/projects/objc/application/xmake.lua deleted file mode 100644 index 12f773a1d..000000000 --- a/tests/projects/objc/application/xmake.lua +++ /dev/null @@ -1,6 +0,0 @@ -add_rules("mode.debug", "mode.release") - -target("test") - add_rules("xcode.application") - add_files("src/main.m") - add_installfiles("src/Info.plist") |
