summaryrefslogtreecommitdiff
path: root/xmake/rules/xcode/framework/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/rules/xcode/framework/xmake.lua
parente3e74b6dccfa877981a26896519414eab44ee2a7 (diff)
improve xcode.framework/bundle rules
Diffstat (limited to 'xmake/rules/xcode/framework/xmake.lua')
-rw-r--r--xmake/rules/xcode/framework/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/xcode/framework/xmake.lua b/xmake/rules/xcode/framework/xmake.lua
index 686ab2bb3..7be68cbd0 100644
--- a/xmake/rules/xcode/framework/xmake.lua
+++ b/xmake/rules/xcode/framework/xmake.lua
@@ -111,7 +111,7 @@ rule("xcode.framework")
os.mv(path.join(contentsdir, "Headers.tmp", target:basename()), headersdir)
os.rm(path.join(contentsdir, "Headers.tmp"))
- -- copy resource files to the framework directory
+ -- copy resource files
local srcfiles, dstfiles = target:installfiles(resourcesdir)
if srcfiles and dstfiles then
local i = 1