Skip to content

Commit 25faee1

Browse files
author
dtopuzov
committed
Fix test_200_prepare_additional_appresources
1 parent f95b6f3 commit 25faee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build/prepare_ios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_200_prepare_additional_appresources(self):
7878
framework_path=IOS_RUNTIME_SYMLINK_PATH, symlink=True)
7979

8080
# Create new files in AppResources
81-
run("cp TNS_App/app/App_Resources/iOS/Default.png" +
81+
run("cp TNS_App/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-50.png" +
8282
" TNS_App/app/App_Resources/iOS/newDefault.png")
8383

8484
# prepare project

0 commit comments

Comments
 (0)