Open PierreBresson opened 8 years ago
Just went through this myself today. This file is easier to convert than the SPInvocationGrabbing file. (Once you fix this file, it's out of the frying pan and into the fire…)
For this file, you can just remove all of the troubled lines (and the other lines related to the NSAutoreleasePool). ARC handles memory management for you so dealloc, release, etc. aren't needed.
The other file requires you to add lots of "(__bridge
Hi,
I'm trying to include SPMediaKeyTrap in one of my project written in swift.
I get several errors in NSObject+SPInvocationGrabbing.m. For example :
Anyone knows how to fix these errors ?
Thanks :)