Private
Public Access
1
0

fix(build): resolve Xcode 26 compilation errors

- Add ServerConfigView stub (referenced in SilverAppleApp.swift)
- Add HardeningListView stub (referenced in DashboardView.swift)
- Fix .accentColor → Color.accentColor (ShapeStyle removed member)
- Fix withCheckedThrowingContinuation explicit type annotation
- Make AppEnvironment.serverUrl internal for ServerConfigView access

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-05 12:13:04 +01:00
parent de514fc425
commit 9073a51787
5 changed files with 48 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ struct MDMEnrollmentView: View {
VStack(spacing: 32) {
Image(systemName: "iphone.badge.play")
.font(.system(size: 56))
.foregroundStyle(.accentColor)
.foregroundStyle(Color.accentColor)
VStack(spacing: 12) {
Text("Device Management")