Re-enable Contacts row to retest on macOS 27 beta 4

isContactsHiddenPendingAppleFix was flipped true on beta 2 after
CNContactStore.requestAccess returned instant "Access Denied" under
hardened runtime, while Calendar/Reminders/Location worked fine.
Rune just installed beta 4 and wants to retest.
This commit is contained in:
2026-07-21 14:16:03 +02:00
parent 57f407ea50
commit 77cc646ee0
2 changed files with 8 additions and 7 deletions
+4 -4
View File
@@ -830,9 +830,9 @@ It's better to admit "I need more information" or "I cannot do that" than to fak
// MARK: Personal Data
// isHiddenPendingAppleFix hides the entire section (macOS 27 beta TCC bug).
// isContactsHiddenPendingAppleFix hides just the Contacts row (still broken in beta 2
// under hardened runtime while Calendar/Reminders/Location are fixed). Flip each flag
// to false once Apple ships a fix.
// isContactsHiddenPendingAppleFix hides just the Contacts row was broken in beta 2
// under hardened runtime while Calendar/Reminders/Location were fixed. Re-enabled
// 2026-07-21 to retest on beta 4; flip back to true if it regresses.
if !PersonalDataTools.isHiddenPendingAppleFix {
Divider()
@@ -854,7 +854,7 @@ It's better to admit "I need more information" or "I cannot do that" than to fak
.help("Beta Feature. May change.")
}
}
Text("Let the AI access your Calendar, Reminders, and Location & Maps to answer questions about your schedule and surroundings. Each service is opt-in and uses standard macOS permission prompts. This functionality is in beta and may change.")
Text("Let the AI access your Calendar, Reminders, Contacts, and Location & Maps to answer questions about your schedule and surroundings. Each service is opt-in and uses standard macOS permission prompts. This functionality is in beta and may change.")
.font(.system(size: 14))
.foregroundStyle(.secondary)
.fixedSize(horizontal: false, vertical: true)