This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
Releases: idoru/cedar
Releases · idoru/cedar
0.12.0: Remove explicit `__weak` attribute on variables in MRC files
This was never actually respected by the compiler, and with Xcode 7.3 is now a compiler error. Note that using objc_loadWeak and objc_storeWeak with these variables still seems to function as expected.