Copy templates/iphone/Resources if it exists
This commit is contained in:
@@ -444,6 +444,7 @@ class IOSPlatform extends PlatformTarget {
|
||||
|
||||
context.HAS_LAUNCH_IMAGE = true;
|
||||
|
||||
FileHelper.recursiveCopyTemplate (project.templatePaths, "iphone/Resources", projectDirectory + "/Resources", context, true, false);
|
||||
FileHelper.recursiveCopyTemplate (project.templatePaths, "iphone/PROJ/haxe", projectDirectory + "/haxe", context);
|
||||
FileHelper.recursiveCopyTemplate (project.templatePaths, "haxe", projectDirectory + "/haxe", context);
|
||||
FileHelper.recursiveCopyTemplate (project.templatePaths, "iphone/PROJ/Classes", projectDirectory + "/Classes", context);
|
||||
|
||||
Reference in New Issue
Block a user