Skip to content

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

Latest
Compare
Choose a tag to compare
@idoru idoru released this 15 Mar 01:54
· 17 commits to master since this release
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.