Fork of git.sr.ht/~rasmuslos/RFKit with a watchOS CoreImage/CIColor fix for ShelfPlayer watchOS support
Find a file
Atlan 9079a8e272 RFVisuals: CIColor/CoreImage durch UIColor/NSColor-Komponenten ersetzt
CoreImage existiert nicht auf watchOS (kein Framework in der SDK) -
Color+Contrast.swift blockierte damit jeden watchOS-Build trotz
deklariertem .watchOS(.v10)-Support im Package.swift. getRed(_:green:_:blue:_:alpha:)
liefert dieselben Komponenten plattformuebergreifend (UIColor/NSColor
haben identische Signatur), ohne CoreImage.
2026-07-09 04:03:22 +02:00
.swiftpm/xcode Remove RFNotifications, harden ColorClusters, add RFVisuals tests 2026-04-21 21:00:00 +02:00
Sources/RFVisuals RFVisuals: CIColor/CoreImage durch UIColor/NSColor-Komponenten ersetzt 2026-07-09 04:03:22 +02:00
Tests/RFVisualsTests Remove RFNotifications, harden ColorClusters, add RFVisuals tests 2026-04-21 21:00:00 +02:00
.gitignore Initial Commit 2024-08-26 14:30:00 +02:00
LICENSE Create LICENSE 2024-08-26 14:36:04 +02:00
Package.swift Remove RFNotifications, harden ColorClusters, add RFVisuals tests 2026-04-21 21:00:00 +02:00