diff --git a/Sources/AppIconOptionsController.m b/Sources/AppIconOptionsController.m index 1214b01..37d6e53 100644 --- a/Sources/AppIconOptionsController.m +++ b/Sources/AppIconOptionsController.m @@ -43,7 +43,7 @@ NSBundle *bundle = [NSBundle bundleWithPath:path]; self.appIcons = [bundle pathsForResourcesOfType:@"png" inDirectory:@"AppIcons"]; - if (![UIApplication sharedApplication] supportsAlternateIcons) { + if (![UIApplication sharedApplication].supportsAlternateIcons) { NSLog(@"Alternate icons are not supported on this device."); } }