Skip to content

Commit d738382

Browse files
committed
Bump build number
1 parent e23f04b commit d738382

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Configuration/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
// Configuration settings file format documentation can be found at:
99
// https://help.apple.com/xcode/#/dev745c5c974
1010

11-
MARKETING_VERSION = 1.5.1
11+
MARKETING_VERSION = 1.5.2
1212
SWIFT_ACTIVE_COMPILATION_CONDITIONS = ENABLE_ALL_FEATURES

Multiplatform/NowPlaying/ViewModel.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ internal extension NowPlaying.ViewModel {
149149
let colors = dominantColors.map { $0.color }
150150
let highlights = AFVisuals.determineSaturated(AFVisuals.highPassFilter(colors, threshold: 0.5), threshold: 0.3)
151151

152-
print(highlights)
153-
154152
await MainActor.run { [colors, highlights] in
155153
self.highlights = highlights
156154
self.colors = colors.filter { !highlights.contains($0) }

0 commit comments

Comments
 (0)