diff options
| author | ruki <[email protected]> | 2025-09-19 23:51:40 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-19 23:51:40 +0800 |
| commit | ca784dc5ed3be5a75e787c9711da8fdf619df619 (patch) | |
| tree | 20e9df17f1446788597ae692cebbee31db8700d9 /tests/projects/objc | |
| parent | 4ca5b7977c312b8e87336c4392d35885b863df48 (diff) | |
| parent | 286b5301449d1cd26c07c05d37d39fe424e678c0 (diff) | |
Merge pull request #6832 from xmake-io/sign
optimize codesign
Diffstat (limited to 'tests/projects/objc')
| -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") |
