nicklockwood / iRate

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#irate
Other
4.1k stars 733 forks source link

two unused variables #227

Closed ofershap closed 7 years ago

ofershap commented 8 years ago

no one is using them:

static NSString *const iRateMacAppStoreBundleID = @"com.apple.appstore";

static NSString *const iRateMacAppStoreURLFormat = @"macappstore://itunes.apple.com/app/id%@";

nicklockwood commented 7 years ago

They are used by the macOS target. That code is compiled out on iOS using #ifdef statements.