Skip to content

Instantly share code, notes, and snippets.

View chengbo's full-sized avatar

Bo Cheng chengbo

View GitHub Profile
@chengbo
chengbo / testassets.rb
Created September 11, 2016 06:02 — forked from uberbruns/testassets.rb
iOS Retina Assets Test
require 'fileutils'
path = ARGV[0]
ok = 0
fail = 0
Dir.glob("#{path}/*.png", File::FNM_DOTMATCH) do |f|
unless f.end_with? "@2x.png" or f.end_with? "@3x.png"