erikdoe / ocmock

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

Replace retain attributes with other memory management attributes #427

Closed matrush closed 4 years ago

matrush commented 4 years ago

The retain attributes can be replaced by strong for most of the time in ARC world. Since they were introduced 4-6 years ago, I think for now we can refresh these by using these new attributes which are more common.

It shouldn't change anything drastically and the tests are still passing.