From d077cb451a36e4549ba8458b986907d3d6e27f24 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 14 Apr 2024 13:51:39 -0500 Subject: [PATCH] Fix AppIconOptionsController icons not showing --- Source/AppIconOptionsController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/AppIconOptionsController.m b/Source/AppIconOptionsController.m index 7a3e99c..8b40196 100644 --- a/Source/AppIconOptionsController.m +++ b/Source/AppIconOptionsController.m @@ -34,7 +34,7 @@ self.iconPreview.clipsToBounds = YES; [self.view addSubview:self.iconPreview]; - NSString *path = [[NSBundle mainBundle] pathForResource:@"uYouPlus" ofType:@"bundle"]; + NSString *path = [[NSBundle mainBundle] pathForResource:@"YTLitePlus" ofType:@"bundle"]; NSBundle *bundle = [NSBundle bundleWithPath:path]; self.appIcons = [bundle pathsForResourcesOfType:@"png" inDirectory:@"AppIcons"];