Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alienator88 committed Nov 28, 2024
1 parent 5f7dd67 commit e88fb58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Pearcleaner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
12 changes: 6 additions & 6 deletions Pearcleaner/Views/FilesView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
// }
// }
}
}
}
Expand Down

0 comments on commit e88fb58

Please sign in to comment.