BranchMetrics / sdk-release

TUNE iOS, Android, and Windows native SDKs
https://developers.tune.com/sdk/quick-starts/
GNU General Public License v3.0
55 stars 46 forks source link

Typo in category NSObject+TuneRuntime #17

Closed vhesener closed 8 years ago

vhesener commented 8 years ago

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""

harshal-hasoffers commented 8 years ago

@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.