summaryrefslogtreecommitdiff
path: root/tests/projects/objc/macapp/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-20 00:49:52 +0800
committerruki <[email protected]>2025-09-20 00:49:52 +0800
commit072c91d17ec55b94e9af3ce7fed09d885b2c2075 (patch)
tree74ec1f9673ca22718914e9a32911cfdf00340674 /tests/projects/objc/macapp/xmake.lua
parent7186aec3786cd31f4dea25716ddf57954bef5bf6 (diff)
optimize codesign
Diffstat (limited to 'tests/projects/objc/macapp/xmake.lua')
-rw-r--r--tests/projects/objc/macapp/xmake.lua3
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")