Jay Lee

Results 3 issues of Jay Lee

Fix warnings like below: - 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer - 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer - 'NSOrderedSet' is partial: introduced in...

There are some warnings when I build OrderedDictionary (from CocoaPods). Most are NSOrderedSet and NSMutableOrderedSet and their apis are not available under iOS 5/6/7. Maybe the deploy target needs to...

I found under Mac OSX 10.13.6 with Perl (v5.18.2) cannot recognize \R in the regex quote. So I used [\r\n]? to replace \R