Skip to content

Commit

Permalink
v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alienator88 committed Jan 7, 2025
1 parent 9b09a05 commit 34c88f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Pearcleaner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APP_BUILD = 70;
APP_VERSION = 4.0.4;
APP_BUILD = 71;
APP_VERSION = 4.0.5;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
Expand Down Expand Up @@ -628,8 +628,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APP_BUILD = 70;
APP_VERSION = 4.0.4;
APP_BUILD = 71;
APP_VERSION = 4.0.5;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
Expand Down
1 change: 1 addition & 0 deletions Pearcleaner/Logic/Locations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Locations: ObservableObject {

self.apps = Category(name: "Apps", paths: [
"\(home)",
"\(home)/.config",
"\(home)/Documents",
"\(home)/Library",
"\(home)/Library/Application Scripts",
Expand Down
2 changes: 2 additions & 0 deletions Pearcleaner/Settings/About.swift
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ struct Sponsor: Identifiable {
let url: URL

static let sponsors: [Sponsor] = [
Sponsor(name: "Ilovecatz17", url: URL(string: "https://github.com/Ilovecatz17")!),
Sponsor(name: "ichoosetoaccept", url: URL(string: "https://github.com/ichoosetoaccept")!),
Sponsor(name: "barats", url: URL(string: "https://github.com/barats")!),
Sponsor(name: "mzdr (monthly)", url: URL(string: "https://github.com/mzdr")!),
Sponsor(name: "chris3ware", url: URL(string: "https://github.com/chris3ware")!),
Expand Down

0 comments on commit 34c88f9

Please sign in to comment.