Skip to content

Commit 97e4eff

Browse files
committed
Merge pull request #789 from e2l3n/tpopov/change-resources-dir
Change resources destination directory path.
2 parents 5895849 + 377bfb7 commit 97e4eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/ios-project-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class IOSProjectService extends projectServiceBaseLib.PlatformProjectServiceBase
3838
frameworkPackageName: "tns-ios",
3939
normalizedPlatformName: "iOS",
4040
appDestinationDirectoryPath: path.join(projectRoot, this.$projectData.projectName),
41-
appResourcesDestinationDirectoryPath: path.join(projectRoot, this.$projectData.projectName, "Resources", "icons"),
41+
appResourcesDestinationDirectoryPath: path.join(projectRoot, this.$projectData.projectName, "Resources"),
4242
platformProjectService: this,
4343
emulatorServices: this.$iOSEmulatorServices,
4444
projectRoot: projectRoot,

0 commit comments

Comments
 (0)