Skip to content

Releases: idoru/cedar

0.12.0: Remove explicit `__weak` attribute on variables in MRC files

15 Mar 01:54
Compare
Choose a tag to compare
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.