class IconBanner::AppIconSet
Constants
- BASE_ICON_PATH
- PLATFORM
- PLATFORM_CODE
Public Instance Methods
backup_path(path)
click to toggle source
# File lib/icon_banner/appiconset.rb, line 41 def backup_path(path) ext = File.extname path path.gsub(ext, BACKUP_EXTENSION + ext) end
should_ignore_icon(icon)
click to toggle source
# File lib/icon_banner/appiconset.rb, line 46 def should_ignore_icon(icon) icon[/\/Carthage\//] || icon[/\/Pods\//] || icon[/\/Releases\//] end