Swinject / SwinjectAutoregistration

Swinject extension to automatically register your services
MIT License
251 stars 45 forks source link

Update to support XCFrameworks through carthage #67

Closed mpdifran closed 3 years ago

mpdifran commented 3 years ago

With Carthage 0.37.0 released, SwinjectAutoregistration needs to link to the Swinject dependency through an XCFramework instead of a fat framework.

I think because of XCFramework, we no longer need to have multiple targets for each platform, but I could be wrong.