Skip to content

Commit

Permalink
Bump build number
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuslos committed Aug 2, 2024
1 parent e23f04b commit d738382
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Configuration/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

MARKETING_VERSION = 1.5.1
MARKETING_VERSION = 1.5.2
SWIFT_ACTIVE_COMPILATION_CONDITIONS = ENABLE_ALL_FEATURES
2 changes: 0 additions & 2 deletions Multiplatform/NowPlaying/ViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ internal extension NowPlaying.ViewModel {
let colors = dominantColors.map { $0.color }
let highlights = AFVisuals.determineSaturated(AFVisuals.highPassFilter(colors, threshold: 0.5), threshold: 0.3)

print(highlights)

await MainActor.run { [colors, highlights] in
self.highlights = highlights
self.colors = colors.filter { !highlights.contains($0) }
Expand Down

0 comments on commit d738382

Please sign in to comment.