diff options
| author | ruki <[email protected]> | 2025-11-26 22:37:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-26 22:37:40 +0800 |
| commit | 2a9075318d77e8c7fe514754873be61ec9f2cd7d (patch) | |
| tree | 576b8c7c81341eadd1cc1df4a75b8d9905df404b /xmake/rules/xcode/application | |
| parent | eba4c503ccaf873a87ec1f867ba3dffd98b45800 (diff) | |
add icon in macapp
Diffstat (limited to 'xmake/rules/xcode/application')
| -rw-r--r-- | xmake/rules/xcode/application/build.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/rules/xcode/application/build.lua b/xmake/rules/xcode/application/build.lua index a98baf57a..8ea734d28 100644 --- a/xmake/rules/xcode/application/build.lua +++ b/xmake/rules/xcode/application/build.lua @@ -24,8 +24,6 @@ import("core.theme.theme") import("core.project.depend") import("private.tools.codesign") import("utils.progress") - --- main entry function main (target, opt) -- get app and resources directory |
