diff options
| author | ruki <[email protected]> | 2020-04-05 14:46:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-05 14:46:14 +0800 |
| commit | d3c6cfe5fbaa95c72e4579ca884e3ddedd83e1fd (patch) | |
| tree | 323782c80ff4782ce28315e585a01c33a411b942 /xmake/rules/xcode | |
| parent | 79ff6aed24ebfda2ecd4628b2237b75a003e347a (diff) | |
add objc/framework template
Diffstat (limited to 'xmake/rules/xcode')
| -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 2378775b3..0cd4ae2bd 100644 --- a/xmake/rules/xcode/application/xmake.lua +++ b/xmake/rules/xcode/application/xmake.lua @@ -18,7 +18,7 @@ -- @file xmake.lua -- --- define rule: xcode application +-- define rule: xcode application (TODO developing) rule("xcode.application") -- we must set kind before target.on_load(), may we will use target in on_load() |
