From e88fb582ddbf37059aee02fde7d1cdb45278284b Mon Sep 17 00:00:00 2001 From: Alin Date: Thu, 28 Nov 2024 12:19:34 -0700 Subject: [PATCH] v4.0.2 --- Pearcleaner.xcodeproj/project.pbxproj | 8 ++++---- Pearcleaner/Views/FilesView.swift | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Pearcleaner.xcodeproj/project.pbxproj b/Pearcleaner.xcodeproj/project.pbxproj index 3385a49..a16c66f 100644 --- a/Pearcleaner.xcodeproj/project.pbxproj +++ b/Pearcleaner.xcodeproj/project.pbxproj @@ -554,8 +554,8 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - APP_BUILD = 69; - APP_VERSION = 4.0.3; + APP_BUILD = 68; + APP_VERSION = 4.0.2; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; @@ -626,8 +626,8 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - APP_BUILD = 69; - APP_VERSION = 4.0.3; + APP_BUILD = 68; + APP_VERSION = 4.0.2; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; diff --git a/Pearcleaner/Views/FilesView.swift b/Pearcleaner/Views/FilesView.swift index 26415c3..858086b 100644 --- a/Pearcleaner/Views/FilesView.swift +++ b/Pearcleaner/Views/FilesView.swift @@ -491,12 +491,12 @@ struct FilesView: View { } } } - // If oneShotMode is true, terminate the app - if oneShotMode { - updateOnMain(after: 2) { - NSApp.terminate(nil) - } - } +// // If oneShotMode is true, terminate the app +// if oneShotMode && appState.externalMode { +// updateOnMain(after: 2) { +// NSApp.terminate(nil) +// } +// } } } }