iOS Build 20

This commit is contained in:
2025-10-10 13:36:07 -06:00
parent 790b7075c5
commit 719181aa16
16 changed files with 99 additions and 87 deletions

View File

@@ -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")