I have launch screen with image:
and i want create script for set image to Launch Screen. I have written script like this:
sourceFilePath="$PROJECT_DIR/$PROJECT_NAME/Resources/${TARGET_NAME}/Base.lproj/LaunchScreen.storyboard"
icon = "$PROJECT_DIR/$PROJECT_NAME/Resources/Images.xcassets/Launch/Test-Icon.imageset/Test-Icon.png"
sed -i .bak -e "/userLabel=\"APP_ICON\"/s/image=\"[^\"]*\"/image=\"$icon\"/" "$sourceFilePath"
But it doesnt work. Give me please advice
