Swinject / SwinjectPropertyLoader

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

Updated to Swift 4/Xcode 10 #20

Closed vitallica closed 5 years ago

vitallica commented 5 years ago
vitallica commented 5 years ago

@yoichitgy The CI build is failing because it's trying to build with Xcode 8. This PR requires Xcode 10. Is it possible to update the CI settings?

jakubvano commented 5 years ago

Thanks for the PR 👍 You can update the Xcode version in the .travis.yml - it should be enough to make CI pass.

vitallica commented 5 years ago

@jakubvano Thanks for pointing me in the right direction!

vitallica commented 5 years ago

@jakubvano Can you please review this PR? CI is now passing.

jakubvano commented 5 years ago

👍 looks OK