[app-attest-env] Merge production-environment fix into opt-in-prompts, port to flat layout

Resolves the App Attest env/entitlements changes onto the flattened
PediFoods.xcodeproj structure (Darwin/PediFoods.xcodeproj no longer
exists on this branch). Also restores Release signing to Manual /
Apple Distribution / AppStore provisioning profile - the merged-in
fix had switched it to Automatic / Apple Development, which breaks
headless CI archiving.
This commit is contained in:
Daniel Arantes Loverde
2026-08-24 11:39:23 -03:00
4 changed files with 40 additions and 4 deletions

View File

@@ -161,6 +161,7 @@ struct PublicLocationPickerView: View {
errorMessage = "Nenhum estado disponível no momento."
}
} catch {
print("[PublicLocationPickerView] loadLocations failed: \(error)")
errorMessage = "Não foi possível carregar. Tente novamente."
}
isLoading = false