File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 556
556
isa = XCBuildConfiguration;
557
557
buildSettings = {
558
558
ALWAYS_SEARCH_USER_PATHS = NO;
559
- APP_BUILD = 70 ;
560
- APP_VERSION = 4.0.4 ;
559
+ APP_BUILD = 71 ;
560
+ APP_VERSION = 4.0.5 ;
561
561
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
562
562
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
563
563
CLANG_ANALYZER_NONNULL = YES;
628
628
isa = XCBuildConfiguration;
629
629
buildSettings = {
630
630
ALWAYS_SEARCH_USER_PATHS = NO;
631
- APP_BUILD = 70 ;
632
- APP_VERSION = 4.0.4 ;
631
+ APP_BUILD = 71 ;
632
+ APP_VERSION = 4.0.5 ;
633
633
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
634
634
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
635
635
CLANG_ANALYZER_NONNULL = YES;
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ class Locations: ObservableObject {
27
27
28
28
self . apps = Category ( name: " Apps " , paths: [
29
29
" \( home) " ,
30
+ " \( home) /.config " ,
30
31
" \( home) /Documents " ,
31
32
" \( home) /Library " ,
32
33
" \( home) /Library/Application Scripts " ,
Original file line number Diff line number Diff line change @@ -132,6 +132,8 @@ struct Sponsor: Identifiable {
132
132
let url : URL
133
133
134
134
static let sponsors : [ Sponsor ] = [
135
+ Sponsor ( name: " Ilovecatz17 " , url: URL ( string: " https://github.com/Ilovecatz17 " ) !) ,
136
+ Sponsor ( name: " ichoosetoaccept " , url: URL ( string: " https://github.com/ichoosetoaccept " ) !) ,
135
137
Sponsor ( name: " barats " , url: URL ( string: " https://github.com/barats " ) !) ,
136
138
Sponsor ( name: " mzdr (monthly) " , url: URL ( string: " https://github.com/mzdr " ) !) ,
137
139
Sponsor ( name: " chris3ware " , url: URL ( string: " https://github.com/chris3ware " ) !) ,
You can’t perform that action at this time.
0 commit comments