Samuel Edwin
Results
2
issues of
Samuel Edwin
There are some few reasons why I think rewriting in Objective-C is a good idea. 1. Many projects don't want to use Swift, and this could be a [deal breaker](https://github.com/artsy/emission/issues/501)...
I have a `swift_library` depending on an `objc_library` that has a header map like this ```python swift_library( name = 'Foo' ) objc_library( name = 'Bar', hdrs = ['**/*.h'], includes =...