From 072c91d17ec55b94e9af3ce7fed09d885b2c2075 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 20 Sep 2025 00:49:52 +0800 Subject: optimize codesign --- tests/projects/objc/macapp/xmake.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') 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") -- cgit v1.3.1