Skip to content

Commit

Permalink
v3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alienator88 committed Nov 4, 2024
1 parent 67489d6 commit 80ca64a
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -543,8 +543,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APP_BUILD = 64;
APP_VERSION = 3.9.2;
APP_BUILD = 65;
APP_VERSION = 3.9.3;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
Expand Down Expand Up @@ -615,8 +615,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APP_BUILD = 64;
APP_VERSION = 3.9.2;
APP_BUILD = 65;
APP_VERSION = 3.9.3;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
Expand Down
6 changes: 6 additions & 0 deletions Pearcleaner/Logic/Conditions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ var conditions: [Condition] = [
exclude: [],
includeForce: nil
),
Condition(
bundle_id: "company.thebrowser.Browser",
include: ["firestore"],
exclude: [],
includeForce: ["\(home)/Library/Application Support/Arc/", "\(home)/Library/Caches/Arc/"]
),
]


Expand Down

0 comments on commit 80ca64a

Please sign in to comment.