[diagnostics]: Added exporting of the coredata sqlite for debugging

This commit is contained in:
Magesh K
2025-01-02 20:05:16 +05:30
parent 51f2588d3c
commit ee03d9fa51
8 changed files with 292 additions and 53 deletions

View File

@@ -1763,7 +1763,7 @@ private extension AppManager
private func exportResginedAppsToDocsDir(_ resignedApp: ALTApplication)
{
// Check if the user has enabled exporting resigned apps to the Documents directory and continue
guard UserDefaults.standard.isResignedAppExportEnabled else {
guard UserDefaults.standard.isExportResignedAppEnabled else {
return
}