From: Jay Freeman (saurik) Date: Sat, 24 Oct 2015 21:55:58 +0000 (-0700) Subject: We also must support the original .appex use case. X-Git-Tag: v1.1.1^0 X-Git-Url: https://git.saurik.com/patcyh.git/commitdiff_plain/552db4c43b1efca3d7973e9b20b07130bf3daa47 We also must support the original .appex use case. --- diff --git a/patcyh.mm b/patcyh.mm index 2f8a17a..3000a50 100644 --- a/patcyh.mm +++ b/patcyh.mm @@ -82,9 +82,6 @@ static NSRange $NSString$rangeOfString$options$(NSString *self, SEL _cmd, NSStri if (![self hasPrefix:destiny]) break; - if (![self hasSuffix:@".app"]) - break; - BOOL directory; if (![[NSFileManager defaultManager] fileExistsAtPath:self isDirectory:&directory]) break;