mirror of
https://github.com/NohamR/TrollDecrypt-tvOS.git
synced 2026-07-11 19:10:05 +00:00
tipa
This commit is contained in:
@@ -250,7 +250,7 @@ NSArray *decryptedFileList(void) {
|
||||
|
||||
NSString *file;
|
||||
while (file = [directoryEnumerator nextObject]) {
|
||||
if ([[file pathExtension] isEqualToString:@"ipa"]) {
|
||||
if ([[file pathExtension] isEqualToString:@"ipa"] || [[file pathExtension] isEqualToString:@"tipa"]) {
|
||||
NSString *filePath = [[docPath() stringByAppendingPathComponent:file] stringByStandardizingPath];
|
||||
|
||||
NSDictionary *fileAttributes = [fileManager attributesOfItemAtPath:filePath error:nil];
|
||||
|
||||
Reference in New Issue
Block a user