ReactKit / SwiftState

Elegant state machine for Swift.
MIT License
903 stars 93 forks source link

Renamed Tests -> SwiftStateTests for SPM #56

Closed foulkesjohn closed 6 years ago

foulkesjohn commented 7 years ago

This fixes error when trying to use SwiftState with SPM

I wasn't able to run tests locally for this yet so will need checking before merging

inamiy commented 6 years ago

Hi @foulkesjohn , sorry for late response. I guess 06fd681 doesn't work for latest SPM directory-structure convention. Can you fix it?

foulkesjohn commented 6 years ago

@inamiy, its been a while since I looked at this, what exactly is wrong with it? Seems to build on my machine

inamiy commented 6 years ago

Current swift/4.0 branch doesn't work with swift test correctly (because it requires Tests/SwiftStateTests directory structure).

I will close this PR for now, and if you can fix it, please send it with a new PR.