From 80ca64a215a59eb50af19aebd38ce3a6320d1b12 Mon Sep 17 00:00:00 2001 From: Alin Date: Mon, 4 Nov 2024 12:23:59 -0700 Subject: [PATCH] v3.9.3 --- Pearcleaner.xcodeproj/project.pbxproj | 8 ++++---- Pearcleaner/Logic/Conditions.swift | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Pearcleaner.xcodeproj/project.pbxproj b/Pearcleaner.xcodeproj/project.pbxproj index 59f9115..084b3c4 100644 --- a/Pearcleaner.xcodeproj/project.pbxproj +++ b/Pearcleaner.xcodeproj/project.pbxproj @@ -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; @@ -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; diff --git a/Pearcleaner/Logic/Conditions.swift b/Pearcleaner/Logic/Conditions.swift index 705d454..d539745 100644 --- a/Pearcleaner/Logic/Conditions.swift +++ b/Pearcleaner/Logic/Conditions.swift @@ -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/"] + ), ]