fluxa/appleApp/iOS
KhooLy afea67d02f
Some checks are pending
Apple / iOS simulator (push) Waiting to run
Apple / tvOS simulator (push) Waiting to run
Platform Verification / Android shared modules (push) Waiting to run
fix: resolve FluxaCore/FluxaShared type identity mismatch after moving Apple snapshot DTOs
Kotlin/Native generates distinct Swift types for a class depending on
whether it's imported directly from its owning module or transitively
re-exported through another framework, so files consuming these DTOs
via FluxaShared's re-export of core no longer matched the FluxaCore
type Loader/ResourceLoader now return directly. Route Bootstrap and
HomeEffectHandler through FluxaCore consistently, and add an explicit
FluxaCore->FluxaShared stream conversion where DetailStartup crosses
back into FluxaApple.shared's Shared-typed API.
2026-07-28 19:42:59 +03:00
..
FluxaAppleAddonStoreStartup.swift Wire Addon Store screen to real networking on iOS 2026-07-20 15:05:37 +03:00
FluxaAppleAppRuntime.swift Migrate shared Apple UI bridges to KMP 2026-07-14 16:55:16 +03:00
FluxaAppleAuthStartup.swift Migrate shared Apple UI bridges to KMP 2026-07-14 16:55:16 +03:00
FluxaAppleCalendarStartup.swift Fix Apple host compilation 2026-07-14 19:13:11 +03:00
FluxaAppleCatalogStartup.swift Migrate shared Apple UI bridges to KMP 2026-07-14 16:55:16 +03:00
FluxaAppleDetailStartup.swift fix: resolve FluxaCore/FluxaShared type identity mismatch after moving Apple snapshot DTOs 2026-07-28 19:42:59 +03:00
FluxaAppleDiscoverStartup.swift Migrate shared Apple UI bridges to KMP 2026-07-14 16:55:16 +03:00
FluxaAppleHomeEffectHandler.swift fix: resolve FluxaCore/FluxaShared type identity mismatch after moving Apple snapshot DTOs 2026-07-28 19:42:59 +03:00
FluxaAppleLibraryStartup.swift Migrate shared Apple UI bridges to KMP 2026-07-14 16:55:16 +03:00
FluxaApplePlaybackPresenter.swift Pass seasonsCount to PlayerContentUiModel in the iOS playback presenter 2026-07-20 17:30:02 +03:00
FluxaApplePluginsEffectHandler.swift Add iOS headless-effect handler for fetchPluginManifest 2026-07-20 14:43:41 +03:00
FluxaApplePluginsStartup.swift Wire Plugins settings screen to real networking on iOS 2026-07-20 14:43:50 +03:00
FluxaAppleSearchStartup.swift Migrate shared Apple UI bridges to KMP 2026-07-14 16:55:16 +03:00
FluxaAppleStreamingEngine.swift Migrate shared UI and Apple playback to KMP 2026-07-14 18:14:18 +03:00
FluxaIosApp.swift Wire Addon Store screen to real networking on iOS 2026-07-20 15:05:37 +03:00