Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Added Cliqz dashboard icon

  • Loading branch information
naira-cliqz authored and pavel-cliqz committed Jun 18, 2019
1 parent 6359c62 commit e743dcfab4b032f0e7a3e27e5ca240aacb8ad17a
@@ -60,8 +60,10 @@ extension UIImage {
static func controlCenterNormalIcon() -> UIImage? {
#if PAID
return UIImage(named: "dashboard_button_freshtab")
#else
#elseif GHOSTERY
return UIImage(named: "ghosty")
#else
return UIImage(named: "cliqz_dashboard_icon")
#endif
}

@@ -76,11 +78,13 @@ extension UIImage {
static func controlCenterPrivateIcon() -> UIImage? {
#if PAID
return UIImage(named: "dashboard_button_freshtab")
#elseif GHOSTERY
return UIImage(named: "ghostyPrivate")
#else
return UIImage(named: "ghostyPrivate")
return UIImage(named: "cliqz_dashboard_private_icon")
#endif
}

class func circle(diameter: CGFloat, color: UIColor) -> UIImage {
UIGraphicsBeginImageContextWithOptions(CGSize(width: diameter, height: diameter), false, 0)
let ctx = UIGraphicsGetCurrentContext()!
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
@@ -0,0 +1,15 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "cliqz_logo_inner_22x21.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"preserves-vector-representation" : true
}
}
@@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "cliqz_logo_inner_22x21.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

0 comments on commit e743dcf

Please sign in to comment.