mirror of
https://github.com/pawelorzech/MacTorn.git
synced 2026-03-31 20:25:43 +00:00
- Replace force unwrap developer.tornID! with safe optional binding
- Generate travel notification IDs dynamically from TravelNotificationSetting.defaults
instead of hardcoded strings, preventing cancellation gaps
- Extract duplicated developer ID (2362436) into TornConstants enum
- Change DateFormatter from computed property to static let to avoid
expensive re-creation on every render
- Remove redundant objectWillChange.send() already handled by @Published
- Migrate deprecated onChange(of:) { _ in } to new parameterless closure form
|
||
|---|---|---|
| .. | ||
| Assets.xcassets | ||
| Helpers | ||
| Models | ||
| Networking | ||
| Utilities | ||
| ViewModels | ||
| Views | ||
| Info.plist | ||
| MacTornApp.swift | ||