File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 554
554
isa = XCBuildConfiguration;
555
555
buildSettings = {
556
556
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 ;
559
559
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
560
560
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
561
561
CLANG_ANALYZER_NONNULL = YES;
626
626
isa = XCBuildConfiguration;
627
627
buildSettings = {
628
628
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 ;
631
631
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
632
632
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
633
633
CLANG_ANALYZER_NONNULL = YES;
Original file line number Diff line number Diff line change @@ -491,12 +491,12 @@ struct FilesView: View {
491
491
}
492
492
}
493
493
}
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
+ // }
500
500
}
501
501
}
502
502
}
You can’t perform that action at this time.
0 commit comments