diff options
Diffstat (limited to 'tests/projects/objc/macapp/xmake.lua')
| -rw-r--r-- | tests/projects/objc/macapp/xmake.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/projects/objc/macapp/xmake.lua b/tests/projects/objc/macapp/xmake.lua index 71e2af16b..16f1e249d 100644 --- a/tests/projects/objc/macapp/xmake.lua +++ b/tests/projects/objc/macapp/xmake.lua @@ -2,9 +2,6 @@ add_rules("mode.debug", "mode.release") rule("test") add_deps("xcode.application") - after_build(function () - print("xxx") - end) target("test") add_rules("xcode.application") |
