From 2f6f18758573c96778359d8c1129f239fe4dade6 Mon Sep 17 00:00:00 2001 From: mission-agi Date: Wed, 8 Apr 2026 14:02:40 -0700 Subject: [PATCH] Fix Apple sign-in enum compatibility for CI --- apps/HeartCoach/iOS/Views/AppleSignInView.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/HeartCoach/iOS/Views/AppleSignInView.swift b/apps/HeartCoach/iOS/Views/AppleSignInView.swift index 0247195..1c30a72 100644 --- a/apps/HeartCoach/iOS/Views/AppleSignInView.swift +++ b/apps/HeartCoach/iOS/Views/AppleSignInView.swift @@ -194,10 +194,6 @@ struct AppleSignInView: View { return "Apple matched a credential that this build cannot use. Please try another account or use Dev Mode for local testing." case .credentialImport, .credentialExport: return "This Apple credential could not be used by the current build. Please try again." - case .preferSignInWithApple: - return "This account prefers Sign in with Apple. Please use the Apple sign-in button to continue." - case .deviceNotConfiguredForPasskeyCreation: - return "This device is not configured for that Apple sign-in flow yet. Please check iCloud Keychain settings and try again." case .unknown, .none: break case .canceled: