Update Camera application shortcut icon

This commit is contained in:
Ilya Laktyushin 2019-10-17 15:46:29 +03:00
parent 56433f5e11
commit 04f7b41e47
3 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "ic_camera.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

View File

@ -24,7 +24,7 @@ extension ApplicationShortcutItem {
case .compose:
icon = UIApplicationShortcutIcon(type: .compose)
case .camera:
icon = UIApplicationShortcutIcon(type: .capturePhoto)
icon = UIApplicationShortcutIcon(templateImageName: "Shortcuts/Camera")
case .savedMessages:
icon = UIApplicationShortcutIcon(templateImageName: "Shortcuts/SavedMessages")
}