Skip to content

Commit 34c88f9

Browse files
committed
v4.0.5
1 parent 9b09a05 commit 34c88f9

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Pearcleaner.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,8 @@
556556
isa = XCBuildConfiguration;
557557
buildSettings = {
558558
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;
561561
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
562562
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
563563
CLANG_ANALYZER_NONNULL = YES;
@@ -628,8 +628,8 @@
628628
isa = XCBuildConfiguration;
629629
buildSettings = {
630630
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;
633633
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
634634
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
635635
CLANG_ANALYZER_NONNULL = YES;

Pearcleaner/Logic/Locations.swift

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class Locations: ObservableObject {
2727

2828
self.apps = Category(name: "Apps", paths: [
2929
"\(home)",
30+
"\(home)/.config",
3031
"\(home)/Documents",
3132
"\(home)/Library",
3233
"\(home)/Library/Application Scripts",

Pearcleaner/Settings/About.swift

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ struct Sponsor: Identifiable {
132132
let url: URL
133133

134134
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")!),
135137
Sponsor(name: "barats", url: URL(string: "https://github.com/barats")!),
136138
Sponsor(name: "mzdr (monthly)", url: URL(string: "https://github.com/mzdr")!),
137139
Sponsor(name: "chris3ware", url: URL(string: "https://github.com/chris3ware")!),

0 commit comments

Comments
 (0)