mirror of https://github.com/opa334/TrollStore.git
(2.0.6) One last fix 🤞
This commit is contained in:
parent
9e27e74fc9
commit
30160e5c59
|
@ -131,7 +131,7 @@ void registerPath(NSString *path, BOOL unregister, BOOL forceSystem) {
|
|||
dictToRegister[@"Container"] = containerPath;
|
||||
dictToRegister[@"EnvironmentVariables"] = constructEnvironmentVariablesForContainerPath(containerPath, appContainerized);
|
||||
}
|
||||
dictToRegister[@"IsDeletable"] = @(registerAsUser || isRemovableSystemApp);
|
||||
dictToRegister[@"IsDeletable"] = @(![appBundleID isEqualToString:@"com.opa334.TrollStore"] && kCFCoreFoundationVersionNumber >= kCFCoreFoundationVersionNumber_iOS_15_0);
|
||||
dictToRegister[@"Path"] = path;
|
||||
|
||||
dictToRegister[@"SignerOrganization"] = @"Apple Inc.";
|
||||
|
|
Loading…
Reference in New Issue