Skip to content

Commit e88fb58

Browse files
committed
v4.0.2
1 parent 5f7dd67 commit e88fb58

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Pearcleaner.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,8 @@
554554
isa = XCBuildConfiguration;
555555
buildSettings = {
556556
ALWAYS_SEARCH_USER_PATHS = NO;
557-
APP_BUILD = 69;
558-
APP_VERSION = 4.0.3;
557+
APP_BUILD = 68;
558+
APP_VERSION = 4.0.2;
559559
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
560560
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
561561
CLANG_ANALYZER_NONNULL = YES;
@@ -626,8 +626,8 @@
626626
isa = XCBuildConfiguration;
627627
buildSettings = {
628628
ALWAYS_SEARCH_USER_PATHS = NO;
629-
APP_BUILD = 69;
630-
APP_VERSION = 4.0.3;
629+
APP_BUILD = 68;
630+
APP_VERSION = 4.0.2;
631631
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
632632
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
633633
CLANG_ANALYZER_NONNULL = YES;

Pearcleaner/Views/FilesView.swift

+6-6
Original file line numberDiff line numberDiff line change
@@ -491,12 +491,12 @@ struct FilesView: View {
491491
}
492492
}
493493
}
494-
// If oneShotMode is true, terminate the app
495-
if oneShotMode {
496-
updateOnMain(after: 2) {
497-
NSApp.terminate(nil)
498-
}
499-
}
494+
// // If oneShotMode is true, terminate the app
495+
// if oneShotMode && appState.externalMode {
496+
// updateOnMain(after: 2) {
497+
// NSApp.terminate(nil)
498+
// }
499+
// }
500500
}
501501
}
502502
}

0 commit comments

Comments
 (0)