Using Dave DeLong's (very) awesome DDHotKeyCenter in my app works perfectly but produces the warning 'Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'UInt32' (aka 'unsigned int')'
Would this sort of warning keep an application out of the Mac App Store? If not, in a small program such as I have been working on, is it necessary to performance to fix it? And if so, where should I begin looking?
Thanks!