Skip to content

Commit 950045b

Browse files
committed
add icon for Xcode beta version
1 parent e5c4fd4 commit 950045b

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

Xcodes/Frontend/XcodeList/XcodeListViewRow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct XcodeListViewRow: View {
7373
if let icon = xcode.icon {
7474
Image(nsImage: icon)
7575
} else {
76-
Image("xcode")
76+
Image(xcode.version.isPrerelease ? "xcode-beta" : "xcode")
7777
.resizable()
7878
.frame(width: 32, height: 32)
7979
.opacity(0.2)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "Image.png",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
82.4 KB
Loading

0 commit comments

Comments
 (0)