Results 1 issues of Changmin

``` inline bool is_pwa(NSString * bundleIdentifier) { NSArray * components = [bundleIdentifier componentsSeparatedByString: @"."]; bool pwa = components.count > 4 && [pwas containsObject: components[2]] && [components[3] isEqual: @"app"]; if (verbose...

Fixed