Closed vhesener closed 8 years ago
At the top of NSObject+TuneRuntime.m, there are a couple import statements that are incorrect. Particularly the following:
Should be changed to:
@vhesener Thanks for pointing out the incorrect file reference. These are stale files that are not used any more. We will drop these in the next release.
At the top of NSObject+TuneRuntime.m, there are a couple import statements that are incorrect. Particularly the following:
import "NSObject+ArtisanRuntime.h"
import "ArtisanSkyHookCenter.h"
Should be changed to:
import "NSObject+TuneRuntime.h"
import "TuneSkyHookCenter.h""