From 552db4c43b1efca3d7973e9b20b07130bf3daa47 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 24 Oct 2015 14:55:58 -0700 Subject: [PATCH] We also must support the original .appex use case. --- patcyh.mm | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.47.2