Swinject / SwinjectPropertyLoader

Swinject extension to load property values from resources
MIT License
28 stars 19 forks source link

Remove dependency on Quick/Nimble #24

Closed yoichitgy closed 3 years ago

yoichitgy commented 3 years ago

This PR addresses the same issue of Swinject Issue #472, and performs the migration from Quick/Nimble to XCTest in the same way as Swinject PR #473.

Note The project configuration style is a bit old in Swinject organization. If git submodules are not loaded successfully, run carthage update --no-build --use-submodules command to resolve dependencies.

yoichitgy commented 3 years ago

I replied to your comment. Thank you for the review😃