I am using ARC successfully in my project, however, I have encountered a few files, namely in unit tests and mock objects, where the rules of ARC are a little more fragile right now. I recall hearing that there was a way to disable ARC on a per file basis. I have been unable to find this option in any public and private docs.
Is this possible? And, how do I disable ARC on a per file basis?
