passepartout-apple/Passepartout/App
Davide 42a1861029
Apply system appearance via UIKit/AppKit (#1200)
SwiftUI implementation is fragile, system appearance with
`preferredColorScheme(nil)` is buggy.

Instead, rely on:

- iOS: UIKit → UIWindow.overrideUserInterfaceStyle
- macOS: AppKit → NSApp.appearance

Amends #1077 

Fixes #1199
2025-02-18 01:16:08 +01:00
..
Assets.xcassets Fix launch screen background in dark mode 2025-02-15 08:06:30 +01:00
Context Fix remote import disabled in UI tests 2025-02-17 23:15:56 +01:00
de.lproj Update copyright 2025-01-15 20:22:52 +01:00
el.lproj Update copyright 2025-01-15 20:22:52 +01:00
en.lproj Update copyright 2025-01-15 20:22:52 +01:00
es.lproj Update copyright 2025-01-15 20:22:52 +01:00
fr.lproj Update copyright 2025-01-15 20:22:52 +01:00
it.lproj Update copyright 2025-01-15 20:22:52 +01:00
nl.lproj Update copyright 2025-01-15 20:22:52 +01:00
pl.lproj Update copyright 2025-01-15 20:22:52 +01:00
Platforms Apply system appearance via UIKit/AppKit (#1200) 2025-02-18 01:16:08 +01:00
pt.lproj Update copyright 2025-01-15 20:22:52 +01:00
ru.lproj Update copyright 2025-01-15 20:22:52 +01:00
sv.lproj Update copyright 2025-01-15 20:22:52 +01:00
uk.lproj Update copyright 2025-01-15 20:22:52 +01:00
zh-Hans.lproj Update copyright 2025-01-15 20:22:52 +01:00
App.entitlements Drop broken macOS code to get SSID (#1042) 2024-12-23 22:47:33 +01:00
App.plist Reorganize Core Data containers (#1017) 2024-12-15 20:20:33 +01:00
AppDelegate.swift Update copyright 2025-01-15 20:22:52 +01:00
LaunchScreen.storyboard Fix launch screen background in dark mode 2025-02-15 08:06:30 +01:00
PassepartoutApp.swift Override light/dark appearance (#1198) 2025-02-17 20:17:30 +01:00