mirror of https://github.com/opa334/TrollStore.git
Don't print if there is no pre-applied exploit
This commit is contained in:
parent
976f3596d5
commit
ac42b6b6c0
|
@ -542,7 +542,7 @@ int signApp(NSString* appPath)
|
||||||
NSLog(@"[signApp] taking fast path for app which declares use of a supported pre-applied exploit (%@)", mainExecutablePath);
|
NSLog(@"[signApp] taking fast path for app which declares use of a supported pre-applied exploit (%@)", mainExecutablePath);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
else
|
else if (declaredPreAppliedExploitType != 0)
|
||||||
{
|
{
|
||||||
NSLog(@"[signApp] app (%@) declares use of a pre-applied exploit that is not supported on this device. Proceeding to re-sign...", mainExecutablePath);
|
NSLog(@"[signApp] app (%@) declares use of a pre-applied exploit that is not supported on this device. Proceeding to re-sign...", mainExecutablePath);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue