ふぁいる

This commit is contained in:
straight-tamago
2024-01-26 16:32:38 +09:00
parent 46184fa020
commit 7449682883
5 changed files with 49 additions and 15 deletions

View File

@@ -553,7 +553,7 @@ int find_off_cryptid(const char *filePath) {
}
-(NSString *)IPAPath {
return [NSString stringWithFormat:@"%@/%@_%@_decrypted.ipa", [self docPath], self.appName, self.appVersion];
return [NSString stringWithFormat:@"%@/%@_%@_decrypted.tipa", [self docPath], self.appName, self.appVersion];
}
-(void) createIPAFile:(pid_t)pid {