diff options
| author | ruki <[email protected]> | 2020-04-05 14:53:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-05 14:53:00 +0800 |
| commit | 45cb405702d750d31ab2b68c379241a60257ea2c (patch) | |
| tree | aa54c12adc04c450d1acd8c390b164a066b25694 /xmake/templates/objc++/bundle/template.lua | |
| parent | 668f8cd03efcbde13dcc3f022b920b0bd5e4c6c0 (diff) | |
add bundle/framework template for objc++
Diffstat (limited to 'xmake/templates/objc++/bundle/template.lua')
| -rw-r--r-- | xmake/templates/objc++/bundle/template.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/templates/objc++/bundle/template.lua b/xmake/templates/objc++/bundle/template.lua new file mode 100644 index 000000000..ce0949169 --- /dev/null +++ b/xmake/templates/objc++/bundle/template.lua @@ -0,0 +1,2 @@ +template("bundle") + add_configfiles("xmake.lua") |
