summaryrefslogtreecommitdiff
path: root/xmake/rules/xcode/application/build.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-08 23:42:19 +0800
committerruki <[email protected]>2020-04-08 16:13:55 +0800
commitef120036428f173d235b1822a242173b12c7a6b8 (patch)
tree9e4729fdd9475dffae2175bfdb1da9b3831b4738 /xmake/rules/xcode/application/build.lua
parent4c12e160c53b2566f9c80a86d9f7350aee4f62b3 (diff)
seperate storyboard and xcassets rules
Diffstat (limited to 'xmake/rules/xcode/application/build.lua')
-rw-r--r--xmake/rules/xcode/application/build.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/rules/xcode/application/build.lua b/xmake/rules/xcode/application/build.lua
index dfe6fcfc2..c67ef8058 100644
--- a/xmake/rules/xcode/application/build.lua
+++ b/xmake/rules/xcode/application/build.lua
@@ -45,8 +45,8 @@ end
function main (target, opt)
-- get app and contents directory
- local appdir = path.absolute(target:data("xcode.app.rootdir"))
- local contentsdir = path.absolute(target:data("xcode.app.contentsdir"))
+ local appdir = path.absolute(target:data("xcode.bundle.rootdir"))
+ local contentsdir = path.absolute(target:data("xcode.bundle.contentsdir"))
-- need re-compile it?
local dependfile = target:dependfile(appdir)