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"
@chengbo
chengbo / IOKit-patcher.command
Last active October 8, 2016 18:18
Enable hidpi, OS X 10.11.6 15G1004
#!/bin/sh
thiscommand=$0
# change for debug purposes
IOKitLocation="/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit"
# for development
# IOKitLocation="/Users/user/Desktop/IOKit"