Skip to content

Commit

Permalink
feat: 🎸 JIRA-2846 ignore warnings from old color palettes (#915)
Browse files Browse the repository at this point in the history
Co-authored-by: David Xu <dyongxu@gmail.com>
  • Loading branch information
dyongxu and davxu authored Dec 2, 2024
1 parent f5d48f2 commit 0245bcb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Foundation

@available(*, deprecated, message: "Intentionally used for backward compatibility.")
@available(watchOS, unavailable)
struct ColorCompatibilityMapV4: ColorStyleCompatibilityProvider {
let uuid = UUID()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Foundation

@available(*, deprecated, message: "Intentionally used for backward compatibility.")
@available(watchOS, unavailable)
struct ColorCompatibilityMapV5: ColorStyleCompatibilityProvider {
let uuid = UUID()
Expand Down
1 change: 1 addition & 0 deletions Sources/FioriThemeManager/Palettes/PaletteV2.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Foundation

@available(*, deprecated, message: "Intentionally used for backward compatibility.")
@available(watchOS, unavailable)
struct PaletteV2: PaletteProvider {
/// :nodoc:
Expand Down
1 change: 1 addition & 0 deletions Sources/FioriThemeManager/Palettes/PaletteV3.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Foundation

@available(*, deprecated, message: "Intentionally used for backward compatibility.")
@available(watchOS, unavailable)
struct PaletteV3: PaletteProvider {
/// :nodoc:
Expand Down
1 change: 1 addition & 0 deletions Sources/FioriThemeManager/Palettes/PaletteV4.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Foundation

@available(*, deprecated, message: "Intentionally used for backward compatibility.")
@available(watchOS, unavailable)
struct PaletteV4: PaletteProvider {
/// :nodoc:
Expand Down
1 change: 1 addition & 0 deletions Sources/FioriThemeManager/Palettes/PaletteV5.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Foundation

@available(*, deprecated, message: "Intentionally used for backward compatibility.")
@available(watchOS, unavailable)
struct PaletteV5: PaletteProvider {
/// :nodoc:
Expand Down

0 comments on commit 0245bcb

Please sign in to comment.