Skip to content

Commit

Permalink
1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Nov 19, 2022
1 parent c0aa2a8 commit fa41de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RootHelper/uicache.m
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void registerPath(char* cPath, int unregister, BOOL system)
dictToRegister[@"Container"] = containerPath;
dictToRegister[@"EnvironmentVariables"] = constructEnvironmentVariablesForContainerPath(containerPath);
}
dictToRegister[@"IsDeletable"] = @0;
dictToRegister[@"IsDeletable"] = @(![appBundleID isEqualToString:@"com.opa334.TrollStore"]);
dictToRegister[@"Path"] = path;
dictToRegister[@"IsContainerized"] = @(constructContainerizationForEntitlements(entitlements));
dictToRegister[@"SignerOrganization"] = @"Apple Inc.";
Expand Down

0 comments on commit fa41de2

Please sign in to comment.