erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

Update project settings to latest xcode and fix warnings #366

Closed imhuntingwabbits closed 5 years ago

imhuntingwabbits commented 5 years ago

Xcode wanted to enable CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF and CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS. I let it and there was some minor fallout in the tests.

ian-twilightcoder commented 5 years ago

Same thing as https://github.com/erikdoe/ocmock/pull/364?

imhuntingwabbits commented 5 years ago

Same thing as #364?

A slightly more discrete subset, although I do think 364 makes some valuable additions.