summaryrefslogtreecommitdiff
path: root/xmake/rules/xcode/application
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-24 00:13:18 +0800
committerruki <[email protected]>2022-12-24 00:13:18 +0800
commitc8b454cb255aab895266413b6b9da2cc9e326fab (patch)
tree4736db60afc8108eea7565aa953ca00e7d148abd /xmake/rules/xcode/application
parent96ee9fba602352a4ab8800d393458f429e5723cc (diff)
fix build app
Diffstat (limited to 'xmake/rules/xcode/application')
-rw-r--r--xmake/rules/xcode/application/build.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/xcode/application/build.lua b/xmake/rules/xcode/application/build.lua
index 49e5a966a..f65ad2855 100644
--- a/xmake/rules/xcode/application/build.lua
+++ b/xmake/rules/xcode/application/build.lua
@@ -69,6 +69,7 @@ function main (target, opt)
end
-- copy PkgInfo to the contents directory
+ os.mkdir(resourcesdir)
os.vcp(path.join(os.programdir(), "scripts", "PkgInfo"), resourcesdir)
-- copy resource files to the resources directory