summaryrefslogtreecommitdiff
path: root/xmake/templates/objc/bundle/project/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-08 23:52:05 +0800
committerruki <[email protected]>2020-04-08 17:12:34 +0800
commitc044ba9a3ee4af1308632e08e9f78fb2974beda2 (patch)
tree32d222cf3d67724ea2bcd6a02d9f14acb28ec89d /xmake/templates/objc/bundle/project/xmake.lua
parente3e74b6dccfa877981a26896519414eab44ee2a7 (diff)
improve xcode.framework/bundle rules
Diffstat (limited to 'xmake/templates/objc/bundle/project/xmake.lua')
-rw-r--r--xmake/templates/objc/bundle/project/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/templates/objc/bundle/project/xmake.lua b/xmake/templates/objc/bundle/project/xmake.lua
index 7bd25c678..088994340 100644
--- a/xmake/templates/objc/bundle/project/xmake.lua
+++ b/xmake/templates/objc/bundle/project/xmake.lua
@@ -3,7 +3,7 @@ add_rules("mode.debug", "mode.release")
target("${TARGETNAME}")
add_rules("xcode.bundle")
add_files("src/*.m")
+ add_files("src/Info.plist")
add_headerfiles("src/*.h")
- add_installfiles("src/Info.plist")
${FAQ}