aleclarson / emitter-kit

Type-safe event handling for Swift
MIT License
567 stars 71 forks source link

Setting SWIFT_INSTALL_OBJ_HEADER to YES #50

Closed maercam closed 6 years ago

maercam commented 6 years ago

Setting SWIFT_INSTALL_OBJ_HEADER to YES helps carthage update use flag cache-build and project doesn’t rebuild after each update

If SWIFT_INSTALL_OBJ_HEADER doesn't set to YES build process doesn't generate EmitterKit-Swift.h. If EmitterKit-Swift.h doesn't generate carthage cannot check swift's version parsed from that file so build cache is invalid and each time project is rebuilding

aleclarson commented 6 years ago

@maercam Good work, thanks for the help! Clearly, I don't use Carthage. 😛

aleclarson commented 6 years ago

@maercam Do you think #41 should be merged?

maercam commented 6 years ago

I don't yet. I can look at it later. Could you make release with my last changes?

aleclarson commented 6 years ago

@maercam Yes I will, but I'd like to merge that PR along with it, if possible. I also have two other commits in progress that will be included in the next release. Coming up shortly.

aleclarson commented 6 years ago

v5.2.0 has been released 🎉