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