Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change from #import "foo" to #import <Bolts/foo>. #63

Merged
1 commit merged into from
Oct 9, 2014

Conversation

bolinfest
Copy link
Contributor

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'

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'
ghost pushed a commit that referenced this pull request Oct 9, 2014
Change from `#import "foo"` to `#import <Bolts/foo>`.
@ghost ghost merged commit 93cdac1 into BoltsFramework:master Oct 9, 2014
@facebook-github-bot
Copy link
Contributor

@bolinfest updated the pull request.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants