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

[IB2-337] Changed the icons for 3d actions

  • Loading branch information
mahmoud-adam85 authored and sharath-cliqz committed Jul 30, 2018
1 parent e366fb4 commit c840988c171aef95f0b8eed3748ddfb78679c8c3
@@ -116,15 +116,15 @@
<array>
<dict>
<key>UIApplicationShortcutItemIconFile</key>
<string>quick_action_new_tab</string>
<string>quick_action_new_cliqz_tab</string>
<key>UIApplicationShortcutItemTitle</key>
<string>ShortcutItemTitleNewTab</string>
<key>UIApplicationShortcutItemType</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER).NewTab</string>
</dict>
<dict>
<key>UIApplicationShortcutItemIconFile</key>
<string>quick_action_new_private_tab</string>
<string>quick_action_new_ghost_tab</string>
<key>UIApplicationShortcutItemTitle</key>
<string>ShortcutItemTitleNewPrivateTab</string>
<key>UIApplicationShortcutItemType</key>
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "quick_action_cliqz_new_Tab.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "quick_action_cliqz_new_Tab@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "quick_action_cliqz_new_Tab@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "quick_action_new_ghost_Tab.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "quick_action_new_ghost_Tab@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "quick_action_new_ghost_Tab@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c840988

Please sign in to comment.