Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 3203178

Browse files
committed
Cliqz brand configuration - disabling cliqz services
1 parent 5d95113 commit 3203178

File tree

4 files changed

+13
-22
lines changed

4 files changed

+13
-22
lines changed

Branding/Cliqz/Features.swift

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@ extension Features.Search.AdditionalSearchEngines {
1414
}
1515
}
1616

17+
extension Features.Home.DynamicBackgrounds {
18+
public static var isEnabled: Bool {
19+
return false
20+
}
21+
}
22+
1723
extension Features.Search {
1824
public static var keyboardReturnKeyBehavior: Features.Search.KeyboardReturnKeyBehavior {
19-
return .dismiss
25+
return .search
2026
}
2127
public static var defaultEngineName: String {
2228
return "Cliqz"
@@ -25,7 +31,7 @@ extension Features.Search {
2531

2632
extension Features.Search.QuickSearch {
2733
public static var isEnabled: Bool {
28-
return true
34+
return false
2935
}
3036
}
3137

@@ -49,7 +55,7 @@ extension Features.News {
4955

5056
extension Features.Icons {
5157
public static var type: IconType {
52-
return .cliqz
58+
return .favicon
5359
}
5460
}
5561

@@ -67,13 +73,13 @@ extension Features.ControlCenter.PrivacyStats.SearchStats {
6773

6874
extension Features.Telemetry {
6975
public static var isEnabled: Bool {
70-
return true
76+
return false
7177
}
7278
}
7379

7480
extension Features.TodayWidget {
7581
public static var isEnabled: Bool {
76-
return true
82+
return false
7783
}
7884
}
7985

Branding/Cliqz/Intro/Onboarding+Cliqz.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Shared
1111
public extension Onboarding {
1212

1313
static var isEnabled: Bool {
14-
return true
14+
return false
1515
}
1616

1717
static func presentingViewController(delegate: OnboardingViewControllerDelegate?) -> UIViewController? {

Branding/Ghostery/LaunchScreen.xib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<resources>
3636
<image name="splash-Icon" width="154" height="154"/>
3737
<namedColor name="LaunchScreenBackground">
38-
<color red="0.94899999999999995" green="0.94899999999999995" blue="0.97599999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
38+
<color red="0.0" green="0.68199998140335083" blue="0.94099998474121094" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
3939
</namedColor>
4040
</resources>
4141
</document>

UserAgent.xcodeproj/project.pbxproj

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
2B0C81CE248E1BF8003F97B4 /* BrandColors.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2B0C81CD248E1BF8003F97B4 /* BrandColors.xcassets */; };
6868
2B0E93692407A92300ED7703 /* NotificationCenter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3905274B1C874D35007E0BB7 /* NotificationCenter.framework */; };
6969
2B0E936C2407A92300ED7703 /* TodayViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B0E936B2407A92300ED7703 /* TodayViewController.swift */; };
70-
2B0E93732407A92300ED7703 /* Today.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 2B0E93682407A92300ED7703 /* Today.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
7170
2B189393247535EF003DA87D /* DataAndPrivacy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B189392247535EF003DA87D /* DataAndPrivacy.swift */; };
7271
2B18939524753898003DA87D /* DataAndPrivacy+Cliqz.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B18939424753898003DA87D /* DataAndPrivacy+Cliqz.swift */; };
7372
2B18939624753C53003DA87D /* Strings+PrivacyStatement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B76E43323A129DB001CF20E /* Strings+PrivacyStatement.swift */; };
@@ -1024,13 +1023,6 @@
10241023
remoteGlobalIDString = 288A2D851AB8B3260023ABC3;
10251024
remoteInfo = Shared;
10261025
};
1027-
2B0E93712407A92300ED7703 /* PBXContainerItemProxy */ = {
1028-
isa = PBXContainerItemProxy;
1029-
containerPortal = F84B21B61A090F8100AAB793 /* Project object */;
1030-
proxyType = 1;
1031-
remoteGlobalIDString = 2B0E93672407A92300ED7703;
1032-
remoteInfo = Today;
1033-
};
10341026
2B308AC2242B2B4A009AF3D1 /* PBXContainerItemProxy */ = {
10351027
isa = PBXContainerItemProxy;
10361028
containerPortal = F84B21B61A090F8100AAB793 /* Project object */;
@@ -1252,7 +1244,6 @@
12521244
files = (
12531245
F84B22541A0920C600AAB793 /* ShareTo.appex in Embed App Extensions */,
12541246
2B308AC4242B2B4A009AF3D1 /* Siri.appex in Embed App Extensions */,
1255-
2B0E93732407A92300ED7703 /* Today.appex in Embed App Extensions */,
12561247
2BE258DF23BA2B4A0022ED28 /* OpenIn.appex in Embed App Extensions */,
12571248
);
12581249
name = "Embed App Extensions";
@@ -4344,7 +4335,6 @@
43444335
F84B22521A0920C600AAB793 /* PBXTargetDependency */,
43454336
2BE258DE23BA2B4A0022ED28 /* PBXTargetDependency */,
43464337
049DBB0B23E45C4500D2D38D /* PBXTargetDependency */,
4347-
2B0E93722407A92300ED7703 /* PBXTargetDependency */,
43484338
2B308AC3242B2B4A009AF3D1 /* PBXTargetDependency */,
43494339
);
43504340
name = Cliqz;
@@ -6362,11 +6352,6 @@
63626352
target = 288A2D851AB8B3260023ABC3 /* Shared */;
63636353
targetProxy = 288A2D9B1AB8B3260023ABC3 /* PBXContainerItemProxy */;
63646354
};
6365-
2B0E93722407A92300ED7703 /* PBXTargetDependency */ = {
6366-
isa = PBXTargetDependency;
6367-
target = 2B0E93672407A92300ED7703 /* Today */;
6368-
targetProxy = 2B0E93712407A92300ED7703 /* PBXContainerItemProxy */;
6369-
};
63706355
2B308AC3242B2B4A009AF3D1 /* PBXTargetDependency */ = {
63716356
isa = PBXTargetDependency;
63726357
target = 2B308ABC242B2B4A009AF3D1 /* Siri */;

0 commit comments

Comments
 (0)