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) +// } +// } } } }