Skip to content

Commit feb9638

Browse files
KarimAkraHundrec
authored andcommitted
add ios assets path to clearAssets
1 parent 888f09a commit feb9638

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project.hxp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,10 @@ class Project extends HXProject
15481548
{
15491549
assetsPath = Path.join([basePath, "app", "src", "main", "assets", "assets"]);
15501550
}
1551+
else if (isIOS())
1552+
{
1553+
assetsPath = Path.join([exportPath, platform, '${this.app.file}', "assets", "assets"]);
1554+
}
15511555
else
15521556
{
15531557
return;

0 commit comments

Comments
 (0)