The file /Users/neog/Apps/iOS/PROD-Planner2026/Planner2026-iOS/App/Planner2026App.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 26→ .environmentObject(authService) 27→ .environmentObject(dataManager) 28→ .environmentObject(locationService) 29→ .environmentObject(claudeService) 30→ .onAppear { 31→ HapticManager.prepare() 32→ setupAPIKey() 33→ setupNotifications() 34→ dataManager.initializeCloudSync() 35→ } 36→ .onReceive(NotificationCenter.default.publisher(for: UIApplication.willResignActiveNotification)) { _ in 37→ dataManager.saveAllData() 38→ } 39→ .onReceive(NotificationCenter.default.publisher(for: UIApplication.willTerminateNotification)) { _ in