Created
January 5, 2022 10:38
-
-
Save dongmai/ab03657dcd07ea979796eb63c0c8faf1 to your computer and use it in GitHub Desktop.
Replace file with fastlane
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unless dashIconDownloadUrl.empty? | |
tempfile = Down.download(dashIconDownloadUrl) | |
replaceFile( | |
"#{placeHolderPath}/Placeholder.xcassets/dash-logo.imageset/dash-logo.png", | |
tempfile.path | |
) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment