diff options
| author | ruki <[email protected]> | 2021-09-14 00:47:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-14 00:47:07 +0800 |
| commit | 3abbb1c004c0c56bf34c9155098e1844e0483581 (patch) | |
| tree | a8a19e4b771eb4fff452f43e794b5c7218eea8b5 /xmake/rules/xcode/application/xmake.lua | |
| parent | 8c8030ba48cda0c12ed7934b6dd4ffff5b191a33 (diff) | |
remove before_load
Diffstat (limited to 'xmake/rules/xcode/application/xmake.lua')
| -rw-r--r-- | xmake/rules/xcode/application/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/xcode/application/xmake.lua b/xmake/rules/xcode/application/xmake.lua index 51232f033..7d5edc668 100644 --- a/xmake/rules/xcode/application/xmake.lua +++ b/xmake/rules/xcode/application/xmake.lua @@ -25,7 +25,7 @@ rule("xcode.application") add_deps("xcode.info_plist", "xcode.storyboard", "xcode.xcassets", "xcode.metal") -- we must set kind before target.on_load(), may we will use target in on_load() - before_load("load") + on_load("load") -- build *.app after_build("build") |
