Expand onboarding and adaptive keyboard intelligence

Add resilient usage analytics, OOBE gateway flows, clipboard semantic ranking, purchase recovery, style learning, and managed current-information search.
This commit is contained in:
Rocky
2026-08-22 16:33:18 +08:00
parent ac374631ae
commit e5a83843db
162 changed files with 23574 additions and 1013 deletions
+2 -2
View File
@@ -16,12 +16,12 @@ public enum AppGroup {
/// The suite alone can appear to open while the container is still `(null)`
/// when provisioning is misconfigured that case produces the
/// `CFPrefsPlistSource Container: (null)` console warning.
public static let isAvailable: Bool = {
public static var isAvailable: Bool {
guard UserDefaults(suiteName: identifier) != nil else { return false }
return FileManager.default.containerURL(
forSecurityApplicationGroupIdentifier: identifier
) != nil
}()
}
/// On-disk container path (or `"nil"`) for diagnostics. When this reads
/// `nil` in a process, that process cannot share App Group state the