Skip to content

Instantly share code, notes, and snippets.

@dongmai
Created January 5, 2022 10:36
Show Gist options
  • Save dongmai/4da588f93cdcc124255cf7a356193496 to your computer and use it in GitHub Desktop.
Save dongmai/4da588f93cdcc124255cf7a356193496 to your computer and use it in GitHub Desktop.
iOS change app icon with fastlane
unless iconDownloadUrl.empty?
tempfile = Down.download(iconDownloadUrl)
appicon(
appicon_image_file: tempfile.path,
appicon_devices: [:iphone, :ios_marketing],
appicon_path: Dir.pwd + "#{placeHolderPath}/Placeholder.xcassets",
remove_alpha: true,
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment