-
Michael Bolin authored
The goal of this change is to make it possible for Bolts to play nicer with header maps: http://clang.llvm.org/doxygen/HeaderMap_8h_source.html I created this diff by running the following: find . -name \*.h | xargs sed -i '' -e 's!^#import "\(BF\)\(.*\)"$!#import <Bolts/\1\2>!g'
e720e904