AliSoftware / Dip

Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
MIT License
978 stars 75 forks source link

Updating to Swift 3.0 #101

Closed patrick-lind closed 8 years ago

patrick-lind commented 8 years ago

I pulled down the develop branch and converted it to Swift 3 (Or attempted to). It looks mostly successful with only a few of the unit tests failing still that I was hoping you could take a look at. I'm having some weirdness in Xcode that is making some of this debugging a challenge on the latest Xcode beta build. Let me know what you think!

ilyapuchka commented 8 years ago

Thanks @patrick-lind I'l merge it and will take a look.