diff options
Diffstat (limited to 'xmake/templates/objc/xcode/bundle/xmake.lua')
| -rw-r--r-- | xmake/templates/objc/xcode/bundle/xmake.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xmake/templates/objc/xcode/bundle/xmake.lua b/xmake/templates/objc/xcode/bundle/xmake.lua new file mode 100644 index 000000000..34d108fcb --- /dev/null +++ b/xmake/templates/objc/xcode/bundle/xmake.lua @@ -0,0 +1,9 @@ +add_rules("mode.debug", "mode.release") + +target("${TARGET_NAME}") + add_rules("xcode.bundle") + add_files("src/*.m") + add_files("src/Info.plist") + add_headerfiles("src/*.h") + +${FAQ} |
