On 06/10/2015 05:48 PM, Vitor Marques wrote:
// Application name bundleName = [[NSBundle mainBundle] objectForInfoDictionaryKey:(NSString*)kCFBundleNameKey];
if (!bundleName || ![bundleName lenght]) bundleName = @"Wine";
I can't say I understand objc, but this looks like a typo.