Update AppIconOptionsController.m

This commit is contained in:
arichornlover 2024-05-01 18:03:45 -05:00 committed by GitHub
parent 0177d38d67
commit 4ea42d8b0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.");
}
}