diff options
| author | ruki <[email protected]> | 2022-12-24 00:13:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-24 00:13:18 +0800 |
| commit | c8b454cb255aab895266413b6b9da2cc9e326fab (patch) | |
| tree | 4736db60afc8108eea7565aa953ca00e7d148abd /xmake/rules/xcode | |
| parent | 96ee9fba602352a4ab8800d393458f429e5723cc (diff) | |
fix build app
Diffstat (limited to 'xmake/rules/xcode')
| -rw-r--r-- | xmake/rules/xcode/application/build.lua | 1 |
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 |
