Skip to content

Commit

Permalink
Update SVProgressHUD.m
Browse files Browse the repository at this point in the history
  • Loading branch information
김명연 committed Feb 16, 2022
1 parent 741230a commit d50e429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SVProgressHUD/SVProgressHUD.m
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ + (NSTimeInterval)displayDurationForString:(NSString*)string {
}

+ (NSBundle*)imageBundle {
NSBundle *bundle = [NSBundle bundleForClass:[SVProgressHUD class]];
NSBundle *bundle = [NSBundle mainBundle];
NSURL *url = [bundle URLForResource:@"SVProgressHUD" withExtension:@"bundle"];
#if SWIFT_PACKAGE
url = [bundle URLForResource:@"SVProgressHUD_SVProgressHUD.bundle/SVProgressHUD" withExtension:@"bundle"];
Expand Down

0 comments on commit d50e429

Please sign in to comment.