Skip to content

Instantly share code, notes, and snippets.

@dongmai
Created January 5, 2022 10:38
Show Gist options
  • Save dongmai/ab03657dcd07ea979796eb63c0c8faf1 to your computer and use it in GitHub Desktop.
Save dongmai/ab03657dcd07ea979796eb63c0c8faf1 to your computer and use it in GitHub Desktop.
Replace file with fastlane
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