From 9152a9f7b0f5bddeaabc776d4557b90fef581fcc Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 5 Apr 2020 16:29:37 +0800 Subject: rename macapp tests --- tests/projects/objc/application/xmake.lua | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tests/projects/objc/application/xmake.lua (limited to 'tests/projects/objc/application/xmake.lua') 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") -- cgit v1.3.1