Swinject / SwinjectPropertyLoader

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

Support Swift 3 and Xcode 8. #6

Closed yoichitgy closed 7 years ago

yoichitgy commented 7 years ago

Migrated the project to support Swift 3 and Xcode 8.

This pull request consists of

yoichitgy commented 7 years ago

Need to fix .travis.yml.

yoichitgy commented 7 years ago

Thanks @jakubvano, I guess I added the AnyObject check by my misunderstanding to use an objc associated object. I'll check.

yoichitgy commented 7 years ago

Removed the commented out code by be48d02 because the type check was just misunderstanding about AnyObject, NSObject and requirement of objc_get/setAssociatedObject.