iOS Build 20
This commit is contained in:
@@ -106,7 +106,7 @@ import SwiftUI
|
||||
.font(.subheadline)
|
||||
.fontWeight(.medium)
|
||||
|
||||
Image("MountainsIcon")
|
||||
Image("AppLogo")
|
||||
.resizable()
|
||||
.frame(width: 24, height: 24)
|
||||
.background(Circle().fill(.quaternary))
|
||||
@@ -115,7 +115,7 @@ import SwiftUI
|
||||
.font(.caption)
|
||||
.foregroundColor(.secondary)
|
||||
|
||||
Image("MountainsIcon")
|
||||
Image("AppLogo")
|
||||
.resizable()
|
||||
.frame(width: 32, height: 32)
|
||||
.background(Circle().fill(.quaternary))
|
||||
@@ -322,7 +322,7 @@ import SwiftUI
|
||||
// Check if main bundle contains the expected icon assets
|
||||
let expectedAssets = [
|
||||
"AppIcon",
|
||||
"MountainsIcon",
|
||||
"AppLogo",
|
||||
]
|
||||
|
||||
for asset in expectedAssets {
|
||||
@@ -376,7 +376,7 @@ import SwiftUI
|
||||
.font(.headline)
|
||||
|
||||
HStack(spacing: 20) {
|
||||
Image("MountainsIcon")
|
||||
Image("AppLogo")
|
||||
.resizable()
|
||||
.frame(width: 64, height: 64)
|
||||
.background(
|
||||
@@ -385,7 +385,7 @@ import SwiftUI
|
||||
)
|
||||
|
||||
VStack(alignment: .leading) {
|
||||
Text("MountainsIcon")
|
||||
Text("AppLogo")
|
||||
.font(.subheadline)
|
||||
.fontWeight(.medium)
|
||||
Text("In-app icon display")
|
||||
|
||||
Reference in New Issue
Block a user