[ios] Replaced some CarPlay images with system versions

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-08-19 21:53:00 +02:00
committed by Yannik Bloscheck
parent c11f007012
commit 96a7b31f4b
9 changed files with 6 additions and 51 deletions

View File

@@ -125,9 +125,9 @@ final class ListTemplateBuilder {
private class func buildBarButton(type: BarButtonType, action: ((CPBarButton) -> Void)?) -> CPBarButton {
switch type {
case .bookmarks:
return CPBarButton(image: UIImage(named: "ic_carplay_bookmark")!, handler: action)
return CPBarButton(image: UIImage(systemName: "list.star")!, handler: action)
case .search:
return CPBarButton(image: UIImage(named: "ic_carplay_keyboard")!, handler: action)
return CPBarButton(image: UIImage(systemName: "keyboard.fill")!, handler: action)
}
}
}

View File

@@ -172,7 +172,7 @@ final class MapTemplateBuilder {
case .recenter:
return CPBarButton(title: L("follow_my_position"), handler: action)
case .settings:
return CPBarButton(image: UIImage(named: "ic_carplay_settings")!, handler: action)
return CPBarButton(image: UIImage(systemName: "gearshape.fill")!, handler: action)
case .mute:
return CPBarButton(image: UIImage(named: "ic_carplay_unmuted")!, handler: action)
case .unmute:

View File

@@ -1,6 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}

View File

@@ -1,15 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "ic_carplay_bookmark.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View File

@@ -1,15 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "ic_carplay_keyboard.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View File

@@ -1,15 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "ic_carplay_settings.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}